#513D09

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

Shades of Madras #513D09

Tints of Madras #513D09

Color information

#513D09 (or 0x513D09) is unknown color: approx Madras. HEX triplet: 51, 3D and 09. RGB value is (81,61,9). Sum of RGB (Red+Green+Blue) = 81+61+9=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D09 is #AEC2F6. Grayscale: #3D3D3D. Windows color (decimal): -11453175 or 605521. OLE color: 605521.

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

Color convert

RGB81619-
CMYK00.250.890.68
HSL43.33º80%17.65%-
HSV(B)43.33º88.89%31.76%-
XYZ5.115.110.97-
YUV61.0598.63142.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=53.64%
G=40.40%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161900.250.890.6843.338017.65
Hex513D901959442b5012
Octal12175110311311045312022
Binary1010001111101100101100110110011000100101011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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