#572914

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

Shades of Baker's Chocolate #572914

Tints of Baker's Chocolate #572914

Color information

#572914 (or 0x572914) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 29 and 14. RGB value is (87,41,20). Sum of RGB (Red+Green+Blue) = 87+41+20=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #572914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572914 is #A8D6EB. Grayscale: #343434. Windows color (decimal): -11065068 or 1321303. OLE color: 1321303.

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

Color convert

RGB874120-
CMYK00.530.770.66
HSL18.81º62.62%20.98%-
HSV(B)18.81º77.01%34.12%-
XYZ4.853.661.11-
YUV52.36109.74152.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=58.78%
G=27.70%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87412000.530.770.6618.8162.6220.98
Hex5729140354D42133f15
Octal1275124065115102237725
Binary1010111101001101000110101100110110000101001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572914; }

 p { color: rgb(87,41,20); }

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

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

 a { background-color: rgb(87,41,20); }

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

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

 span { border-color: rgb(87,41,20); }

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