#553512

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

Shades of Baker's Chocolate #553512

Tints of Baker's Chocolate #553512

Color information

#553512 (or 0x553512) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 12. RGB value is (85,53,18). Sum of RGB (Red+Green+Blue) = 85+53+18=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553512 is #AACAED. Grayscale: #3A3A3A. Windows color (decimal): -11193070 or 1193301. OLE color: 1193301.

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

Color convert

RGB855318-
CMYK00.380.790.67
HSL31.34º65.05%20.2%-
HSV(B)31.34º78.82%33.33%-
XYZ5.134.521.17-
YUV58.58105.1146.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=54.49%
G=33.97%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85531800.380.790.6731.3465.0520.2
Hex5535120264F431f4114
Octal12565220461171033710124
Binary10101011101011001001001101001111100001111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553512; }

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

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

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

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

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

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

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

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