#573002

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

Shades of Baker's Chocolate #573002

Tints of Baker's Chocolate #573002

Color information

#573002 (or 0x573002) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 02. RGB value is (87,48,2). Sum of RGB (Red+Green+Blue) = 87+48+2=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #573002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573002 is #A8CFFD. Grayscale: #363636. Windows color (decimal): -11063294 or 143447. OLE color: 143447.

HSL color Cylindrical-coordinate representation of color #573002: hue angle of 32.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #573002 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87482-
CMYK00.450.980.66
HSL32.47º95.51%17.45%-
HSV(B)32.47º97.7%34.12%-
XYZ54.140.59-
YUV54.4298.42151.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=63.50%
G=35.04%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8748200.450.980.6632.4795.5117.45
Hex5730202D6242206011
Octal1276020551421024014021
Binary101011111000010010110111000101000010100000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573002; }

 p { color: rgb(87,48,2); }

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

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

 a { background-color: rgb(87,48,2); }

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

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

 span { border-color: rgb(87,48,2); }

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