#552E08

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

Shades of Baker's Chocolate #552E08

Tints of Baker's Chocolate #552E08

Color information

#552E08 (or 0x552E08) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2E and 08. RGB value is (85,46,8). Sum of RGB (Red+Green+Blue) = 85+46+8=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E08 is #AAD1F7. Grayscale: #353535. Windows color (decimal): -11194872 or 536149. OLE color: 536149.

HSL color Cylindrical-coordinate representation of color #552E08: hue angle of 29.61º 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 #552E08 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85468-
CMYK00.460.910.67
HSL29.61º82.8%18.24%-
HSV(B)29.61º90.59%33.33%-
XYZ4.773.90.73-
YUV53.33102.42150.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=61.15%
G=33.09%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8546800.460.910.6729.6182.818.24
Hex552E802E5B431e5312
Octal12556100561331033612322
Binary1010101101110100001011101011011100001111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552E08; }

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

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

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

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

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

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

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

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