#573F0A

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

Shades of Madras #573F0A

Tints of Madras #573F0A

Color information

#573F0A (or 0x573F0A) is unknown color: approx Madras. HEX triplet: 57, 3F and 0A. RGB value is (87,63,10). Sum of RGB (Red+Green+Blue) = 87+63+10=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #573F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F0A is #A8C0F5. Grayscale: #404040. Windows color (decimal): -11059446 or 671575. OLE color: 671575.

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

Color convert

RGB876310-
CMYK00.280.890.66
HSL41.3º79.38%19.02%-
HSV(B)41.3º88.51%34.12%-
XYZ5.765.61.06-
YUV64.1397.45144.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=54.38%
G=39.38%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87631000.280.890.6641.379.3819.02
Hex573FA01C5942294f13
Octal12777120341311025111723
Binary1010111111111101001110010110011000010101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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