#514506

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

Shades of Madras #514506

Tints of Madras #514506

Color information

#514506 (or 0x514506) is unknown color: approx Madras. HEX triplet: 51, 45 and 06. RGB value is (81,69,6). Sum of RGB (Red+Green+Blue) = 81+69+6=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514506 is #AEBAF9. Grayscale: #414141. Windows color (decimal): -11451130 or 410961. OLE color: 410961.

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

Color convert

RGB81696-
CMYK00.150.930.68
HSL50.4º86.21%17.06%-
HSV(B)50.4º92.59%31.76%-
XYZ5.556.021.04-
YUV65.4194.48139.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=51.92%
G=44.23%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8169600.150.930.6850.486.2117.06
Hex514560F5D44325611
Octal12110560171351046212621
Binary101000110001011100111110111011000100110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514506; }

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

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

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

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

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

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

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

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