#514605

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

Shades of Madras #514605

Tints of Madras #514605

Color information

#514605 (or 0x514605) is unknown color: approx Madras. HEX triplet: 51, 46 and 05. RGB value is (81,70,5). Sum of RGB (Red+Green+Blue) = 81+70+5=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514605 is #AEB9FA. Grayscale: #424242. Windows color (decimal): -11450875 or 345681. OLE color: 345681.

HSL color Cylindrical-coordinate representation of color #514605: hue angle of 51.32º 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 #514605 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81705-
CMYK00.140.940.68
HSL51.32º88.37%16.86%-
HSV(B)51.32º93.83%31.76%-
XYZ5.616.141.03-
YUV65.8893.64138.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=51.92%
G=44.87%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8170500.140.940.6851.3288.3716.86
Hex514650E5E44335811
Octal12110650161361046313021
Binary101000110001101010111010111101000100110011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514605; }

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

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

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

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

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

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

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

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