#513D0D

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

Shades of Madras #513D0D

Tints of Madras #513D0D

Color information

#513D0D (or 0x513D0D) is unknown color: approx Madras. HEX triplet: 51, 3D and 0D. RGB value is (81,61,13). Sum of RGB (Red+Green+Blue) = 81+61+13=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D0D is #AEC2F2. Grayscale: #3D3D3D. Windows color (decimal): -11453171 or 867665. OLE color: 867665.

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

Color convert

RGB816113-
CMYK00.250.840.68
HSL42.35º72.34%18.43%-
HSV(B)42.35º83.95%31.76%-
XYZ5.135.121.1-
YUV61.51100.63141.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=52.26%
G=39.35%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81611300.250.840.6842.3572.3418.43
Hex513DD01954442a4812
Octal12175150311241045211022
Binary1010001111101110101100110101001000100101010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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