#513F04

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

Shades of Madras #513F04

Tints of Madras #513F04

Color information

#513F04 (or 0x513F04) is unknown color: approx Madras. HEX triplet: 51, 3F and 04. RGB value is (81,63,4). Sum of RGB (Red+Green+Blue) = 81+63+4=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F04 is #AEC0FB. Grayscale: #3D3D3D. Windows color (decimal): -11452668 or 278353. OLE color: 278353.

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

Color convert

RGB81634-
CMYK00.220.950.68
HSL45.97º90.59%16.67%-
HSV(B)45.97º95.06%31.76%-
XYZ5.195.310.87-
YUV61.6695.46141.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=54.73%
G=42.57%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8163400.220.950.6845.9790.5916.67
Hex513F40165F442e5b11
Octal1217740261371045613321
Binary101000111111110001011010111111000100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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