#513F0A

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

Shades of Madras #513F0A

Tints of Madras #513F0A

Color information

#513F0A (or 0x513F0A) is unknown color: approx Madras. HEX triplet: 51, 3F and 0A. RGB value is (81,63,10). Sum of RGB (Red+Green+Blue) = 81+63+10=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F0A is #AEC0F5. Grayscale: #3E3E3E. Windows color (decimal): -11452662 or 671569. OLE color: 671569.

HSL color Cylindrical-coordinate representation of color #513F0A: hue angle of 44.79º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #513F0A is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB816310-
CMYK00.220.880.68
HSL44.79º78.02%17.84%-
HSV(B)44.79º87.65%31.76%-
XYZ5.235.331.04-
YUV62.3498.46141.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=52.60%
G=40.91%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81631000.220.880.6844.7978.0217.84
Hex513FA01658442d4e12
Octal12177120261301045511622
Binary1010001111111101001011010110001000100101101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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