#573F0C

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

Shades of Madras #573F0C

Tints of Madras #573F0C

Color information

#573F0C (or 0x573F0C) is unknown color: approx Madras. HEX triplet: 57, 3F and 0C. RGB value is (87,63,12). Sum of RGB (Red+Green+Blue) = 87+63+12=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #573F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F0C is #A8C0F3. Grayscale: #404040. Windows color (decimal): -11059444 or 802647. OLE color: 802647.

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

Color convert

RGB876312-
CMYK00.280.860.66
HSL40.8º75.76%19.41%-
HSV(B)40.8º86.21%34.12%-
XYZ5.775.611.13-
YUV64.3698.45144.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=53.70%
G=38.89%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87631200.280.860.6640.875.7619.41
Hex573FC01C5642294c13
Octal12777140341261025111423
Binary1010111111111110001110010101101000010101001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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