#573016

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

Shades of Baker's Chocolate #573016

Tints of Baker's Chocolate #573016

Color information

#573016 (or 0x573016) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 16. RGB value is (87,48,22). Sum of RGB (Red+Green+Blue) = 87+48+22=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #573016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573016 is #A8CFE9. Grayscale: #383838. Windows color (decimal): -11063274 or 1454167. OLE color: 1454167.

HSL color Cylindrical-coordinate representation of color #573016: hue angle of 24º 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 #573016 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB874822-
CMYK00.450.750.66
HSL24º59.63%21.37%-
HSV(B)24º74.71%34.12%-
XYZ5.134.21.3-
YUV56.7108.42149.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=55.41%
G=30.57%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87482200.450.750.662459.6321.37
Hex57301602D4B42183c15
Octal1276026055113102307425
Binary1010111110000101100101101100101110000101100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573016; }

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

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

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

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

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

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

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

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