#572A15

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

Shades of Baker's Chocolate #572A15

Tints of Baker's Chocolate #572A15

Color information

#572A15 (or 0x572A15) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 15. RGB value is (87,42,21). Sum of RGB (Red+Green+Blue) = 87+42+21=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #572A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A15 is #A8D5EA. Grayscale: #353535. Windows color (decimal): -11064811 or 1387095. OLE color: 1387095.

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

Color convert

RGB874221-
CMYK00.520.760.66
HSL19.09º61.11%21.18%-
HSV(B)19.09º75.86%34.12%-
XYZ4.893.741.17-
YUV53.06109.91152.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 21 (8.59% from 255) = 14%
R=58%
G=28%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87422100.520.760.6619.0961.1121.18
Hex572A150344C42133d15
Octal1275225064114102237525
Binary1010111101010101010110100100110010000101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,42,21); }

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

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

 a { background-color: rgb(87,42,21); }

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

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

 span { border-color: rgb(87,42,21); }

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