#553216

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

Shades of Baker's Chocolate #553216

Tints of Baker's Chocolate #553216

Color information

#553216 (or 0x553216) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 16. RGB value is (85,50,22). Sum of RGB (Red+Green+Blue) = 85+50+22=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553216 is #AACDE9. Grayscale: #393939. Windows color (decimal): -11193834 or 1454677. OLE color: 1454677.

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

Color convert

RGB855022-
CMYK00.410.740.67
HSL26.67º58.88%20.98%-
HSV(B)26.67º74.12%33.33%-
XYZ5.034.271.32-
YUV57.27108.1147.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=54.14%
G=31.85%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85502200.410.740.6726.6758.8820.98
Hex5532160294A431b3b15
Octal1256226051112103337325
Binary1010101110010101100101001100101010000111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553216; }

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

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

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

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

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

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

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

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