#572D12

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

Shades of Baker's Chocolate #572D12

Tints of Baker's Chocolate #572D12

Color information

#572D12 (or 0x572D12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 12. RGB value is (87,45,18). Sum of RGB (Red+Green+Blue) = 87+45+18=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #572D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D12 is #A8D2ED. Grayscale: #363636. Windows color (decimal): -11064046 or 1191255. OLE color: 1191255.

HSL color Cylindrical-coordinate representation of color #572D12: hue angle of 23.48º 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 #572D12 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB874518-
CMYK00.480.790.66
HSL23.48º65.71%20.59%-
HSV(B)23.48º79.31%34.12%-
XYZ4.983.951.07-
YUV54.48107.41151.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 12%
R=58%
G=30%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87451800.480.790.6623.4865.7120.59
Hex572D120304F42174215
Octal12755220601171022710225
Binary10101111011011001001100001001111100001010111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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