#514119

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

Shades of Madras #514119

Tints of Madras #514119

Color information

#514119 (or 0x514119) is unknown color: approx Madras. HEX triplet: 51, 41 and 19. RGB value is (81,65,25). Sum of RGB (Red+Green+Blue) = 81+65+25=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514119 is #AEBEE6. Grayscale: #414141. Windows color (decimal): -11452135 or 1655121. OLE color: 1655121.

HSL color Cylindrical-coordinate representation of color #514119: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514119 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB816525-
CMYK00.200.690.68
HSL42.86º52.83%20.78%-
HSV(B)42.86º69.14%31.76%-
XYZ5.465.61.71-
YUV65.22105.3139.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 25 (10.16% from 255) = 14.62%
R=47.37%
G=38.01%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81652500.200.690.6842.8652.8320.78
Hex51411901445442b3515
Octal12110131024105104536525
Binary10100011000001110010101001000101100010010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514119; }

 p { color: rgb(81,65,25); }

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

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

 a { background-color: rgb(81,65,25); }

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

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

 span { border-color: rgb(81,65,25); }

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