#553806

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

Shades of Baker's Chocolate #553806

Tints of Baker's Chocolate #553806

Color information

#553806 (or 0x553806) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 06. RGB value is (85,56,6). Sum of RGB (Red+Green+Blue) = 85+56+6=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553806 is #AAC7F9. Grayscale: #3B3B3B. Windows color (decimal): -11192314 or 407637. OLE color: 407637.

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

Color convert

RGB85566-
CMYK00.340.930.67
HSL37.97º86.81%17.84%-
HSV(B)37.97º92.94%33.33%-
XYZ5.194.770.82-
YUV58.9798.11146.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=57.82%
G=38.10%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8556600.340.930.6737.9786.8117.84
Hex553860225D43265712
Octal1257060421351034612722
Binary1010101111000110010001010111011000011100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553806; }

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

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

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

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

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

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

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

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