#552A06

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

Shades of Baker's Chocolate #552A06

Tints of Baker's Chocolate #552A06

Color information

#552A06 (or 0x552A06) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2A and 06. RGB value is (85,42,6). Sum of RGB (Red+Green+Blue) = 85+42+6=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A06 is #AAD5F9. Grayscale: #323232. Windows color (decimal): -11195898 or 404053. OLE color: 404053.

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

Color convert

RGB85426-
CMYK00.510.930.67
HSL27.34º86.81%17.84%-
HSV(B)27.34º92.94%33.33%-
XYZ4.613.60.62-
YUV50.75102.75152.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=63.91%
G=31.58%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8542600.510.930.6727.3486.8117.84
Hex552A60335D431b5712
Octal1255260631351033312722
Binary101010110101011001100111011101100001111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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