#513D00

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

Shades of Madras #513D00

Tints of Madras #513D00

Color information

#513D00 (or 0x513D00) is unknown color: approx Madras. HEX triplet: 51, 3D and 00. RGB value is (81,61,0). Sum of RGB (Red+Green+Blue) = 81+61+0=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #513D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D00 is #AEC2FF. Grayscale: #3C3C3C. Windows color (decimal): -11453184 or 15697. OLE color: 15697.

HSL color Cylindrical-coordinate representation of color #513D00: hue angle of 45.19º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #513D00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB81610-
CMYK00.2510.68
HSL45.19º100%15.88%-
HSV(B)45.19º100%31.76%-
XYZ5.065.090.72-
YUV60.0394.13142.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.04%
G=42.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161000.2510.6845.1910015.88
Hex513D001964442d6410
Octal1217500311441045514420
Binary1010001111101001100111001001000100101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,0); }

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

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

 a { background-color: rgb(81,61,0); }

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

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

 span { border-color: rgb(81,61,0); }

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