#573502

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

Shades of Baker's Chocolate #573502

Tints of Baker's Chocolate #573502

Color information

#573502 (or 0x573502) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 35 and 02. RGB value is (87,53,2). Sum of RGB (Red+Green+Blue) = 87+53+2=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #573502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573502 is #A8CAFD. Grayscale: #393939. Windows color (decimal): -11062014 or 144727. OLE color: 144727.

HSL color Cylindrical-coordinate representation of color #573502: hue angle of 36º 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 #573502 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87532-
CMYK00.390.980.66
HSL36º95.51%17.45%-
HSV(B)36º97.7%34.12%-
XYZ5.214.580.67-
YUV57.3596.76149.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=61.27%
G=37.32%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753200.390.980.663695.5117.45
Hex573520276242246011
Octal1276520471421024414021
Binary101011111010110010011111000101000010100100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573502; }

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

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

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

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

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

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

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

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