#573F14

Color #573F14 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #573F14

Tints of Dark Brown #573F14

Color information

#573F14 (or 0x573F14) is unknown color: approx Dark Brown. HEX triplet: 57, 3F and 14. RGB value is (87,63,20). Sum of RGB (Red+Green+Blue) = 87+63+20=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #573F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F14 is #A8C0EB. Grayscale: #414141. Windows color (decimal): -11059436 or 1326935. OLE color: 1326935.

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

Color convert

RGB876320-
CMYK00.280.770.66
HSL38.51º62.62%20.98%-
HSV(B)38.51º77.01%34.12%-
XYZ5.835.631.44-
YUV65.27102.45143.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=51.18%
G=37.06%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87632000.280.770.6638.5162.6220.98
Hex573F1401C4D42273f15
Octal1277724034115102477725
Binary1010111111111101000111001001101100001010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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