#572E0C

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

Shades of Baker's Chocolate #572E0C

Tints of Baker's Chocolate #572E0C

Color information

#572E0C (or 0x572E0C) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2E and 0C. RGB value is (87,46,12). Sum of RGB (Red+Green+Blue) = 87+46+12=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #572E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E0C is #A8D1F3. Grayscale: #363636. Windows color (decimal): -11063796 or 798295. OLE color: 798295.

HSL color Cylindrical-coordinate representation of color #572E0C: hue angle of 27.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #572E0C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB874612-
CMYK00.470.860.66
HSL27.2º75.76%19.41%-
HSV(B)27.2º86.21%34.12%-
XYZ4.974.010.86-
YUV54.38104.08151.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=60%
G=31.72%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87461200.470.860.6627.275.7619.41
Hex572EC02F56421b4c13
Octal12756140571261023311423
Binary1010111101110110001011111010110100001011011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,46,12); }

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

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

 a { background-color: rgb(87,46,12); }

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

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

 span { border-color: rgb(87,46,12); }

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