#553412

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

Shades of Baker's Chocolate #553412

Tints of Baker's Chocolate #553412

Color information

#553412 (or 0x553412) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 12. RGB value is (85,52,18). Sum of RGB (Red+Green+Blue) = 85+52+18=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553412 is #AACBED. Grayscale: #3A3A3A. Windows color (decimal): -11193326 or 1193045. OLE color: 1193045.

HSL color Cylindrical-coordinate representation of color #553412: hue angle of 30.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #553412 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB855218-
CMYK00.390.790.67
HSL30.45º65.05%20.2%-
HSV(B)30.45º78.82%33.33%-
XYZ5.084.431.16-
YUV57.99105.43147.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=54.84%
G=33.55%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85521800.390.790.6730.4565.0520.2
Hex5534120274F431e4114
Octal12564220471171033610124
Binary10101011101001001001001111001111100001111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553412; }

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

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

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

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

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

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

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

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