#552408

Color #552408 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #552408

Tints of Baker's Chocolate #552408

Color information

#552408 (or 0x552408) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 24 and 08. RGB value is (85,36,8). Sum of RGB (Red+Green+Blue) = 85+36+8=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #552408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552408 is #AADBF7. Grayscale: #2F2F2F. Windows color (decimal): -11197432 or 533589. OLE color: 533589.

HSL color Cylindrical-coordinate representation of color #552408: hue angle of 21.82º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #552408 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85368-
CMYK00.580.910.67
HSL21.82º82.8%18.24%-
HSV(B)21.82º90.59%33.33%-
XYZ4.423.210.62-
YUV47.46105.73154.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=65.89%
G=27.91%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536800.580.910.6721.8282.818.24
Hex5524803A5B43165312
Octal12544100721331032612322
Binary1010101100100100001110101011011100001110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552408; }

 p { color: rgb(85,36,8); }

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

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

 a { background-color: rgb(85,36,8); }

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

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

 span { border-color: rgb(85,36,8); }

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