#514005

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

Shades of Madras #514005

Tints of Madras #514005

Color information

#514005 (or 0x514005) is unknown color: approx Madras. HEX triplet: 51, 40 and 05. RGB value is (81,64,5). Sum of RGB (Red+Green+Blue) = 81+64+5=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514005 is #AEBFFA. Grayscale: #3E3E3E. Windows color (decimal): -11452411 or 344145. OLE color: 344145.

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

Color convert

RGB81645-
CMYK00.210.940.68
HSL46.58º88.37%16.86%-
HSV(B)46.58º93.83%31.76%-
XYZ5.255.430.91-
YUV62.3695.63141.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=54%
G=42.67%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164500.210.940.6846.5888.3716.86
Hex514050155E442f5811
Octal12110050251361045713021
Binary1010001100000010101010110111101000100101111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514005; }

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

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

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

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

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

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

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

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