#573416

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

Shades of Baker's Chocolate #573416

Tints of Baker's Chocolate #573416

Color information

#573416 (or 0x573416) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 16. RGB value is (87,52,22). Sum of RGB (Red+Green+Blue) = 87+52+22=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #573416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573416 is #A8CBE9. Grayscale: #3B3B3B. Windows color (decimal): -11062250 or 1455191. OLE color: 1455191.

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

Color convert

RGB875222-
CMYK00.400.750.66
HSL27.69º59.63%21.37%-
HSV(B)27.69º74.71%34.12%-
XYZ5.34.541.36-
YUV59.04107.1147.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=54.04%
G=32.30%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87522200.400.750.6627.6959.6321.37
Hex5734160284B421c3c15
Octal1276426050113102347425
Binary1010111110100101100101000100101110000101110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573416; }

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

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

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

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

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

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

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

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