#553616

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

Shades of Baker's Chocolate #553616

Tints of Baker's Chocolate #553616

Color information

#553616 (or 0x553616) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 16. RGB value is (85,54,22). Sum of RGB (Red+Green+Blue) = 85+54+22=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553616 is #AAC9E9. Grayscale: #3B3B3B. Windows color (decimal): -11192810 or 1455701. OLE color: 1455701.

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

Color convert

RGB855422-
CMYK00.360.740.67
HSL30.48º58.88%20.98%-
HSV(B)30.48º74.12%33.33%-
XYZ5.214.631.38-
YUV59.62106.77146.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=52.80%
G=33.54%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85542200.360.740.6730.4858.8820.98
Hex5536160244A431e3b15
Octal1256626044112103367325
Binary1010101110110101100100100100101010000111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553616; }

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

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

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

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

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

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

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

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