#514006

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

Shades of Madras #514006

Tints of Madras #514006

Color information

#514006 (or 0x514006) is unknown color: approx Madras. HEX triplet: 51, 40 and 06. RGB value is (81,64,6). Sum of RGB (Red+Green+Blue) = 81+64+6=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #514006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514006 is #AEBFF9. Grayscale: #3E3E3E. Windows color (decimal): -11452410 or 409681. OLE color: 409681.

HSL color Cylindrical-coordinate representation of color #514006: hue angle of 46.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 #514006 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81646-
CMYK00.210.930.68
HSL46.4º86.21%17.06%-
HSV(B)46.4º92.59%31.76%-
XYZ5.265.430.94-
YUV62.4796.13141.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=53.64%
G=42.38%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164600.210.930.6846.486.2117.06
Hex514060155D442e5611
Octal12110060251351045612621
Binary1010001100000011001010110111011000100101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514006; }

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

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

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

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

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

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

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

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