#985530

Color #985530 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #985530

Tints of Chelsea Gem #985530

Color information

#985530 (or 0x985530) is unknown color: approx Chelsea Gem. HEX triplet: 98, 55 and 30. RGB value is (152,85,48). Sum of RGB (Red+Green+Blue) = 152+85+48=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985530 is #67AACF. Grayscale: #656565. Windows color (decimal): -6793936 or 3167640. OLE color: 3167640.

HSL color Cylindrical-coordinate representation of color #985530: hue angle of 21.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #985530 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1528548-
CMYK00.440.680.40
HSL21.35º52%39.22%-
HSV(B)21.35º68.42%59.61%-
XYZ16.7313.394.5-
YUV100.8198.2164.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=53.33%
G=29.82%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152854800.440.680.4021.355239.22
Hex98553002C4428153427
Octal2301256005410450256447
Binary1001100010101011100000101100100010010100010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985530; }

 p { color: rgb(152,85,48); }

 H1.HeaderClassName
 {
   color: #985530;
 }
 .AnyTagClassName
 {
   color: #985530;
 }
</style>
background-color css

<style>
 a { background-color: #985530; }

 a { background-color: rgb(152,85,48); }

 div.DivClassName
 {
   background-color: #985530;
 }
 .BgClassName
 {
   background-color: #985530;
 }
</style>
border-color css

<style>
 span { border-color: #985530; }

 span { border-color: rgb(152,85,48); }

 td.TdClassName
 {
   border-color: #985530;
 }
 .TagClassName
 {
   border-color: #985530;
 }
</style>