#572F19

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

Shades of Baker's Chocolate #572F19

Tints of Baker's Chocolate #572F19

Color information

#572F19 (or 0x572F19) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 19. RGB value is (87,47,25). Sum of RGB (Red+Green+Blue) = 87+47+25=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #572F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F19 is #A8D0E6. Grayscale: #383838. Windows color (decimal): -11063527 or 1650519. OLE color: 1650519.

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

Color convert

RGB874725-
CMYK00.460.710.66
HSL21.29º55.36%21.96%-
HSV(B)21.29º71.26%34.12%-
XYZ5.124.131.45-
YUV56.45110.25149.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=54.72%
G=29.56%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87472500.460.710.6621.2955.3621.96
Hex572F1902E4742153716
Octal1275731056107102256726
Binary1010111101111110010101110100011110000101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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