#572A12

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

Shades of Baker's Chocolate #572A12

Tints of Baker's Chocolate #572A12

Color information

#572A12 (or 0x572A12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 12. RGB value is (87,42,18). Sum of RGB (Red+Green+Blue) = 87+42+18=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #572A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A12 is #A8D5ED. Grayscale: #343434. Windows color (decimal): -11064814 or 1190487. OLE color: 1190487.

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

Color convert

RGB874218-
CMYK00.520.790.66
HSL20.87º65.71%20.59%-
HSV(B)20.87º79.31%34.12%-
XYZ4.873.731.03-
YUV52.72108.41152.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=59.18%
G=28.57%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87421800.520.790.6620.8765.7120.59
Hex572A120344F42154215
Octal12752220641171022510225
Binary10101111010101001001101001001111100001010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A12; }

 p { color: rgb(87,42,18); }

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

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

 a { background-color: rgb(87,42,18); }

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

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

 span { border-color: rgb(87,42,18); }

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