#572E0D

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

Shades of Baker's Chocolate #572E0D

Tints of Baker's Chocolate #572E0D

Color information

#572E0D (or 0x572E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2E and 0D. RGB value is (87,46,13). Sum of RGB (Red+Green+Blue) = 87+46+13=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E0D is #A8D1F2. Grayscale: #363636. Windows color (decimal): -11063795 or 863831. OLE color: 863831.

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

Color convert

RGB874613-
CMYK00.470.850.66
HSL26.76º74%19.61%-
HSV(B)26.76º85.06%34.12%-
XYZ4.984.010.89-
YUV54.5104.58151.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=59.59%
G=31.51%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87461300.470.850.6626.767419.61
Hex572ED02F55421b4a14
Octal12756150571251023311224
Binary1010111101110110101011111010101100001011011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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