#553716

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

Shades of Baker's Chocolate #553716

Tints of Baker's Chocolate #553716

Color information

#553716 (or 0x553716) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 16. RGB value is (85,55,22). Sum of RGB (Red+Green+Blue) = 85+55+22=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553716 is #AAC8E9. Grayscale: #3C3C3C. Windows color (decimal): -11192554 or 1455957. OLE color: 1455957.

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

Color convert

RGB855522-
CMYK00.350.740.67
HSL31.43º58.88%20.98%-
HSV(B)31.43º74.12%33.33%-
XYZ5.264.721.39-
YUV60.21106.44145.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=52.47%
G=33.95%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552200.350.740.6731.4358.8820.98
Hex5537160234A431f3b15
Octal1256726043112103377325
Binary1010101110111101100100011100101010000111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553716; }

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

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

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

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

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

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

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

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