#572814

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

Shades of Baker's Chocolate #572814

Tints of Baker's Chocolate #572814

Color information

#572814 (or 0x572814) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 14. RGB value is (87,40,20). Sum of RGB (Red+Green+Blue) = 87+40+20=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #572814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572814 is #A8D7EB. Grayscale: #333333. Windows color (decimal): -11065324 or 1321047. OLE color: 1321047.

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

Color convert

RGB874020-
CMYK00.540.770.66
HSL17.91º62.62%20.98%-
HSV(B)17.91º77.01%34.12%-
XYZ4.823.591.1-
YUV51.77110.07153.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=59.18%
G=27.21%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87402000.540.770.6617.9162.6220.98
Hex5728140364D42123f15
Octal1275024066115102227725
Binary1010111101000101000110110100110110000101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572814; }

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

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

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

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

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

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

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

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