#553406

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

Shades of Baker's Chocolate #553406

Tints of Baker's Chocolate #553406

Color information

#553406 (or 0x553406) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 06. RGB value is (85,52,6). Sum of RGB (Red+Green+Blue) = 85+52+6=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #553406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553406 is #AACBF9. Grayscale: #383838. Windows color (decimal): -11193338 or 406613. OLE color: 406613.

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

Color convert

RGB85526-
CMYK00.390.930.67
HSL34.94º86.81%17.84%-
HSV(B)34.94º92.94%33.33%-
XYZ5.014.40.76-
YUV56.6299.43148.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=59.44%
G=36.36%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8552600.390.930.6734.9486.8117.84
Hex553460275D43235712
Octal1256460471351034312722
Binary1010101110100110010011110111011000011100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553406; }

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

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

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

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

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

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

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

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