#573A02

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

Shades of Baker's Chocolate #573A02

Tints of Baker's Chocolate #573A02

Color information

#573A02 (or 0x573A02) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 02. RGB value is (87,58,2). Sum of RGB (Red+Green+Blue) = 87+58+2=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #573A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A02 is #A8C5FD. Grayscale: #3C3C3C. Windows color (decimal): -11060734 or 146007. OLE color: 146007.

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

Color convert

RGB87582-
CMYK00.330.980.66
HSL39.53º95.51%17.45%-
HSV(B)39.53º97.7%34.12%-
XYZ5.455.060.75-
YUV60.2995.11147.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=59.18%
G=39.46%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8758200.330.980.6639.5395.5117.45
Hex573A20216242286011
Octal1277220411421025014021
Binary101011111101010010000111000101000010101000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573A02; }

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

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

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

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

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

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

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

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