#553613

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

Shades of Baker's Chocolate #553613

Tints of Baker's Chocolate #553613

Color information

#553613 (or 0x553613) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 13. RGB value is (85,54,19). Sum of RGB (Red+Green+Blue) = 85+54+19=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553613 is #AAC9EC. Grayscale: #3B3B3B. Windows color (decimal): -11192813 or 1259093. OLE color: 1259093.

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

Color convert

RGB855419-
CMYK00.360.780.67
HSL31.82º63.46%20.39%-
HSV(B)31.82º77.65%33.33%-
XYZ5.184.621.23-
YUV59.28105.27146.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=53.80%
G=34.18%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85541900.360.780.6731.8263.4620.39
Hex5536130244E43203f14
Octal1256623044116103407724
Binary10101011101101001101001001001110100001110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553613; }

 p { color: rgb(85,54,19); }

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

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

 a { background-color: rgb(85,54,19); }

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

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

 span { border-color: rgb(85,54,19); }

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