#514609

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

Shades of Madras #514609

Tints of Madras #514609

Color information

#514609 (or 0x514609) is unknown color: approx Madras. HEX triplet: 51, 46 and 09. RGB value is (81,70,9). Sum of RGB (Red+Green+Blue) = 81+70+9=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #514609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514609 is #AEB9F6. Grayscale: #424242. Windows color (decimal): -11450871 or 607825. OLE color: 607825.

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

Color convert

RGB81709-
CMYK00.140.890.68
HSL50.83º80%17.65%-
HSV(B)50.83º88.89%31.76%-
XYZ5.636.151.15-
YUV66.3395.64138.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 9 (3.91% from 255) = 5.62%
R=50.62%
G=43.75%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8170900.140.890.6850.838017.65
Hex514690E5944335012
Octal121106110161311046312022
Binary1010001100011010010111010110011000100110011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514609; }

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

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

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

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

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

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

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

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