#552E06

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

Shades of Baker's Chocolate #552E06

Tints of Baker's Chocolate #552E06

Color information

#552E06 (or 0x552E06) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2E and 06. RGB value is (85,46,6). Sum of RGB (Red+Green+Blue) = 85+46+6=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #552E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E06 is #AAD1F9. Grayscale: #353535. Windows color (decimal): -11194874 or 405077. OLE color: 405077.

HSL color Cylindrical-coordinate representation of color #552E06: hue angle of 30.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #552E06 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85466-
CMYK00.460.930.67
HSL30.38º86.81%17.84%-
HSV(B)30.38º92.94%33.33%-
XYZ4.763.90.67-
YUV53.1101.42150.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=62.04%
G=33.58%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8546600.460.930.6730.3886.8117.84
Hex552E602E5D431e5712
Octal1255660561351033612722
Binary101010110111011001011101011101100001111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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