#514509

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

Shades of Madras #514509

Tints of Madras #514509

Color information

#514509 (or 0x514509) is unknown color: approx Madras. HEX triplet: 51, 45 and 09. RGB value is (81,69,9). Sum of RGB (Red+Green+Blue) = 81+69+9=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514509 is #AEBAF6. Grayscale: #424242. Windows color (decimal): -11451127 or 607569. OLE color: 607569.

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

Color convert

RGB81699-
CMYK00.150.890.68
HSL50º80%17.65%-
HSV(B)50º88.89%31.76%-
XYZ5.576.031.13-
YUV65.7595.98138.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=50.94%
G=43.40%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8169900.150.890.68508017.65
Hex514590F5944325012
Octal121105110171311046212022
Binary1010001100010110010111110110011000100110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514509; }

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

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

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

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

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

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

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

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