#514409

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

Shades of Madras #514409

Tints of Madras #514409

Color information

#514409 (or 0x514409) is unknown color: approx Madras. HEX triplet: 51, 44 and 09. RGB value is (81,68,9). Sum of RGB (Red+Green+Blue) = 81+68+9=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #514409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514409 is #AEBBF6. Grayscale: #414141. Windows color (decimal): -11451383 or 607313. OLE color: 607313.

HSL color Cylindrical-coordinate representation of color #514409: hue angle of 49.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514409 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81689-
CMYK00.160.890.68
HSL49.17º80%17.65%-
HSV(B)49.17º88.89%31.76%-
XYZ5.515.91.11-
YUV65.1696.31139.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=51.27%
G=43.04%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8168900.160.890.6849.178017.65
Hex514490105944315012
Octal121104110201311046112022
Binary10100011000100100101000010110011000100110001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514409; }

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

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

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

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

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

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

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

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