#985532

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

Shades of Chelsea Gem #985532

Tints of Chelsea Gem #985532

Color information

#985532 (or 0x985532) is unknown color: approx Chelsea Gem. HEX triplet: 98, 55 and 32. RGB value is (152,85,50). Sum of RGB (Red+Green+Blue) = 152+85+50=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985532 is #67AACD. Grayscale: #656565. Windows color (decimal): -6793934 or 3298712. OLE color: 3298712.

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

Color convert

RGB1528550-
CMYK00.440.670.40
HSL20.59º50.5%39.61%-
HSV(B)20.59º67.11%59.61%-
XYZ16.7713.44.72-
YUV101.0499.2164.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=52.96%
G=29.62%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152855000.440.670.4020.5950.539.61
Hex98553202C4328153228
Octal2301256205410350256250
Binary1001100010101011100100101100100001110100010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985532; }

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

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

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

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

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

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

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

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