#572F0D

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

Shades of Baker's Chocolate #572F0D

Tints of Baker's Chocolate #572F0D

Color information

#572F0D (or 0x572F0D) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 0D. RGB value is (87,47,13). Sum of RGB (Red+Green+Blue) = 87+47+13=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #572F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F0D is #A8D0F2. Grayscale: #373737. Windows color (decimal): -11063539 or 864087. OLE color: 864087.

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

Color convert

RGB874713-
CMYK00.460.850.66
HSL27.57º74%19.61%-
HSV(B)27.57º85.06%34.12%-
XYZ5.024.090.91-
YUV55.08104.25150.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=59.18%
G=31.97%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87471300.460.850.6627.577419.61
Hex572FD02E55421c4a14
Octal12757150561251023411224
Binary1010111101111110101011101010101100001011100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,13); }

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

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

 a { background-color: rgb(87,47,13); }

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

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

 span { border-color: rgb(87,47,13); }

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