#514419

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

Shades of Madras #514419

Tints of Madras #514419

Color information

#514419 (or 0x514419) is unknown color: approx Madras. HEX triplet: 51, 44 and 19. RGB value is (81,68,25). Sum of RGB (Red+Green+Blue) = 81+68+25=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514419 is #AEBBE6. Grayscale: #434343. Windows color (decimal): -11451367 or 1655889. OLE color: 1655889.

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

Color convert

RGB816825-
CMYK00.160.690.68
HSL46.07º52.83%20.78%-
HSV(B)46.07º69.14%31.76%-
XYZ5.645.951.77-
YUV66.98104.31138-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=46.55%
G=39.08%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81682500.160.690.6846.0752.8320.78
Hex51441901045442e3515
Octal12110431020105104566525
Binary10100011000100110010100001000101100010010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514419; }

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

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

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

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

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

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

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

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