#514500

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

Shades of Madras #514500

Tints of Madras #514500

Color information

#514500 (or 0x514500) is unknown color: approx Madras. HEX triplet: 51, 45 and 00. RGB value is (81,69,0). Sum of RGB (Red+Green+Blue) = 81+69+0=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514500 is #AEBAFF. Grayscale: #414141. Windows color (decimal): -11451136 or 17745. OLE color: 17745.

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

Color convert

RGB81690-
CMYK00.1510.68
HSL51.11º100%15.88%-
HSV(B)51.11º100%31.76%-
XYZ5.526.010.87-
YUV64.7291.48139.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 0 (0.39% from 255) = 0%
R=54%
G=46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8169000.1510.6851.1110015.88
Hex514500F6444336410
Octal12110500171441046314420
Binary1010001100010100111111001001000100110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514500; }

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

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

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

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

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

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

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

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