#573516

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

Shades of Baker's Chocolate #573516

Tints of Baker's Chocolate #573516

Color information

#573516 (or 0x573516) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 35 and 16. RGB value is (87,53,22). Sum of RGB (Red+Green+Blue) = 87+53+22=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #573516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573516 is #A8CAE9. Grayscale: #3B3B3B. Windows color (decimal): -11061994 or 1455447. OLE color: 1455447.

HSL color Cylindrical-coordinate representation of color #573516: hue angle of 28.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #573516 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB875322-
CMYK00.390.750.66
HSL28.62º59.63%21.37%-
HSV(B)28.62º74.71%34.12%-
XYZ5.354.631.37-
YUV59.63106.76147.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=53.70%
G=32.72%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87532200.390.750.6628.6259.6321.37
Hex5735160274B421d3c15
Octal1276526047113102357425
Binary1010111110101101100100111100101110000101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573516; }

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

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

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

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

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

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

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

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