#514505

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

Shades of Madras #514505

Tints of Madras #514505

Color information

#514505 (or 0x514505) is unknown color: approx Madras. HEX triplet: 51, 45 and 05. RGB value is (81,69,5). Sum of RGB (Red+Green+Blue) = 81+69+5=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514505 is #AEBAFA. Grayscale: #414141. Windows color (decimal): -11451131 or 345425. OLE color: 345425.

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

Color convert

RGB81695-
CMYK00.150.940.68
HSL50.53º88.37%16.86%-
HSV(B)50.53º93.83%31.76%-
XYZ5.556.021.01-
YUV65.2993.98139.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=52.26%
G=44.52%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8169500.150.940.6850.5388.3716.86
Hex514550F5E44335811
Octal12110550171361046313021
Binary101000110001011010111110111101000100110011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514505; }

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

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

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

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

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

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

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

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