#573A14

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

Shades of Baker's Chocolate #573A14

Tints of Baker's Chocolate #573A14

Color information

#573A14 (or 0x573A14) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 14. RGB value is (87,58,20). Sum of RGB (Red+Green+Blue) = 87+58+20=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #573A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A14 is #A8C5EB. Grayscale: #3E3E3E. Windows color (decimal): -11060716 or 1325655. OLE color: 1325655.

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

Color convert

RGB875820-
CMYK00.330.770.66
HSL34.03º62.62%20.98%-
HSV(B)34.03º77.01%34.12%-
XYZ5.575.11.35-
YUV62.34104.11145.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=52.73%
G=35.15%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87582000.330.770.6634.0362.6220.98
Hex573A140214D42223f15
Octal1277224041115102427725
Binary10101111110101010001000011001101100001010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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