#573F0F

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

Shades of Madras #573F0F

Tints of Madras #573F0F

Color information

#573F0F (or 0x573F0F) is unknown color: approx Madras. HEX triplet: 57, 3F and 0F. RGB value is (87,63,15). Sum of RGB (Red+Green+Blue) = 87+63+15=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #573F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F0F is #A8C0F0. Grayscale: #404040. Windows color (decimal): -11059441 or 999255. OLE color: 999255.

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

Color convert

RGB876315-
CMYK00.280.830.66
HSL40º70.59%20%-
HSV(B)40º82.76%34.12%-
XYZ5.795.621.23-
YUV64.799.95143.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=52.73%
G=38.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87631500.280.830.664070.5920
Hex573FF01C5342284714
Octal12777170341231025010724
Binary1010111111111111101110010100111000010101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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