#572A03

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

Shades of Baker's Chocolate #572A03

Tints of Baker's Chocolate #572A03

Color information

#572A03 (or 0x572A03) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 03. RGB value is (87,42,3). Sum of RGB (Red+Green+Blue) = 87+42+3=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #572A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A03 is #A8D5FC. Grayscale: #333333. Windows color (decimal): -11064829 or 207447. OLE color: 207447.

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

Color convert

RGB87423-
CMYK00.520.970.66
HSL27.86º93.33%17.65%-
HSV(B)27.86º96.55%34.12%-
XYZ4.773.690.55-
YUV51.01100.91153.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=65.91%
G=31.82%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8742300.520.970.6627.8693.3317.65
Hex572A303461421c5d12
Octal1275230641411023413522
Binary10101111010101101101001100001100001011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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