#572D14

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

Shades of Baker's Chocolate #572D14

Tints of Baker's Chocolate #572D14

Color information

#572D14 (or 0x572D14) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 14. RGB value is (87,45,20). Sum of RGB (Red+Green+Blue) = 87+45+20=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #572D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D14 is #A8D2EB. Grayscale: #363636. Windows color (decimal): -11064044 or 1322327. OLE color: 1322327.

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

Color convert

RGB874520-
CMYK00.480.770.66
HSL22.39º62.62%20.98%-
HSV(B)22.39º77.01%34.12%-
XYZ53.951.16-
YUV54.71108.41151.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 45 (17.97% from 255) = 29.61%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=57.24%
G=29.61%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87452000.480.770.6622.3962.6220.98
Hex572D140304D42163f15
Octal1275524060115102267725
Binary1010111101101101000110000100110110000101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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