#513F0D

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

Shades of Madras #513F0D

Tints of Madras #513F0D

Color information

#513F0D (or 0x513F0D) is unknown color: approx Madras. HEX triplet: 51, 3F and 0D. RGB value is (81,63,13). Sum of RGB (Red+Green+Blue) = 81+63+13=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #513F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F0D is #AEC0F2. Grayscale: #3E3E3E. Windows color (decimal): -11452659 or 868177. OLE color: 868177.

HSL color Cylindrical-coordinate representation of color #513F0D: hue angle of 44.12º 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 #513F0D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB816313-
CMYK00.220.840.68
HSL44.12º72.34%18.43%-
HSV(B)44.12º83.95%31.76%-
XYZ5.245.331.13-
YUV62.6899.96141.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=51.59%
G=40.13%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81631300.220.840.6844.1272.3418.43
Hex513FD01654442c4812
Octal12177150261241045411022
Binary1010001111111110101011010101001000100101100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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