#552106

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

Shades of Baker's Chocolate #552106

Tints of Baker's Chocolate #552106

Color information

#552106 (or 0x552106) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 21 and 06. RGB value is (85,33,6). Sum of RGB (Red+Green+Blue) = 85+33+6=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #552106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552106 is #AADEF9. Grayscale: #2D2D2D. Windows color (decimal): -11198202 or 401749. OLE color: 401749.

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

Color convert

RGB85336-
CMYK00.610.930.67
HSL20.51º86.81%17.84%-
HSV(B)20.51º92.94%33.33%-
XYZ4.323.030.53-
YUV45.47105.73156.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=68.55%
G=26.61%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533600.610.930.6720.5186.8117.84
Hex5521603D5D43155712
Octal1254160751351032512722
Binary101010110000111001111011011101100001110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552106; }

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

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

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

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

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

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

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

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