#572714

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

Shades of Baker's Chocolate #572714

Tints of Baker's Chocolate #572714

Color information

#572714 (or 0x572714) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 27 and 14. RGB value is (87,39,20). Sum of RGB (Red+Green+Blue) = 87+39+20=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572714 is #A8D8EB. Grayscale: #333333. Windows color (decimal): -11065580 or 1320791. OLE color: 1320791.

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

Color convert

RGB873920-
CMYK00.550.770.66
HSL17.01º62.62%20.98%-
HSV(B)17.01º77.01%34.12%-
XYZ4.783.531.09-
YUV51.19110.4153.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=59.59%
G=26.71%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87392000.550.770.6617.0162.6220.98
Hex5727140374D42113f15
Octal1274724067115102217725
Binary1010111100111101000110111100110110000101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572714; }

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

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

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

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

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

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

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

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