#553516

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

Shades of Baker's Chocolate #553516

Tints of Baker's Chocolate #553516

Color information

#553516 (or 0x553516) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 16. RGB value is (85,53,22). Sum of RGB (Red+Green+Blue) = 85+53+22=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553516 is #AACAE9. Grayscale: #3B3B3B. Windows color (decimal): -11193066 or 1455445. OLE color: 1455445.

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

Color convert

RGB855322-
CMYK00.380.740.67
HSL29.52º58.88%20.98%-
HSV(B)29.52º74.12%33.33%-
XYZ5.164.541.36-
YUV59.03107.1146.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=53.12%
G=33.12%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85532200.380.740.6729.5258.8820.98
Hex5535160264A431e3b15
Octal1256526046112103367325
Binary1010101110101101100100110100101010000111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553516; }

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

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

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

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

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

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

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

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