#573A10

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

Shades of Baker's Chocolate #573A10

Tints of Baker's Chocolate #573A10

Color information

#573A10 (or 0x573A10) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 10. RGB value is (87,58,16). Sum of RGB (Red+Green+Blue) = 87+58+16=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #573A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A10 is #A8C5EF. Grayscale: #3E3E3E. Windows color (decimal): -11060720 or 1063511. OLE color: 1063511.

HSL color Cylindrical-coordinate representation of color #573A10: hue angle of 35.49º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #573A10 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB875816-
CMYK00.330.820.66
HSL35.49º68.93%20.2%-
HSV(B)35.49º81.61%34.12%-
XYZ5.545.091.18-
YUV61.88102.11145.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=54.04%
G=36.02%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87581600.330.820.6635.4968.9320.2
Hex573A100215242234514
Octal12772200411221024310524
Binary101011111101010000010000110100101000010100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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