#514205

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

Shades of Madras #514205

Tints of Madras #514205

Color information

#514205 (or 0x514205) is unknown color: approx Madras. HEX triplet: 51, 42 and 05. RGB value is (81,66,5). Sum of RGB (Red+Green+Blue) = 81+66+5=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514205 is #AEBDFA. Grayscale: #3F3F3F. Windows color (decimal): -11451899 or 344657. OLE color: 344657.

HSL color Cylindrical-coordinate representation of color #514205: hue angle of 48.16º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #514205 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81665-
CMYK00.190.940.68
HSL48.16º88.37%16.86%-
HSV(B)48.16º93.83%31.76%-
XYZ5.375.660.95-
YUV63.5394.97140.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=53.29%
G=43.42%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8166500.190.940.6848.1688.3716.86
Hex514250135E44305811
Octal12110250231361046013021
Binary1010001100001010101001110111101000100110000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514205; }

 p { color: rgb(81,66,5); }

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

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

 a { background-color: rgb(81,66,5); }

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

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

 span { border-color: rgb(81,66,5); }

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