#513C0D

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

Shades of Madras #513C0D

Tints of Madras #513C0D

Color information

#513C0D (or 0x513C0D) is unknown color: approx Madras. HEX triplet: 51, 3C and 0D. RGB value is (81,60,13). Sum of RGB (Red+Green+Blue) = 81+60+13=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C0D is #AEC3F2. Grayscale: #3D3D3D. Windows color (decimal): -11453427 or 867409. OLE color: 867409.

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

Color convert

RGB816013-
CMYK00.260.840.68
HSL41.47º72.34%18.43%-
HSV(B)41.47º83.95%31.76%-
XYZ5.085.011.08-
YUV60.92100.96142.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=52.60%
G=38.96%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81601300.260.840.6841.4772.3418.43
Hex513CD01A5444294812
Octal12174150321241045111022
Binary1010001111100110101101010101001000100101001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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