#572D0E

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

Shades of Baker's Chocolate #572D0E

Tints of Baker's Chocolate #572D0E

Color information

#572D0E (or 0x572D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 0E. RGB value is (87,45,14). Sum of RGB (Red+Green+Blue) = 87+45+14=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D0E is #A8D2F1. Grayscale: #363636. Windows color (decimal): -11064050 or 929111. OLE color: 929111.

HSL color Cylindrical-coordinate representation of color #572D0E: hue angle of 25.48º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #572D0E is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB874514-
CMYK00.480.840.66
HSL25.48º72.28%19.8%-
HSV(B)25.48º83.91%34.12%-
XYZ4.953.930.91-
YUV54.02105.41151.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=59.59%
G=30.82%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87451400.480.840.6625.4872.2819.8
Hex572DE0305442194814
Octal12755160601241023111024
Binary1010111101101111001100001010100100001011001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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