#514606

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

Shades of Madras #514606

Tints of Madras #514606

Color information

#514606 (or 0x514606) is unknown color: approx Madras. HEX triplet: 51, 46 and 06. RGB value is (81,70,6). Sum of RGB (Red+Green+Blue) = 81+70+6=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #514606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514606 is #AEB9F9. Grayscale: #424242. Windows color (decimal): -11450874 or 411217. OLE color: 411217.

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

Color convert

RGB81706-
CMYK00.140.930.68
HSL51.2º86.21%17.06%-
HSV(B)51.2º92.59%31.76%-
XYZ5.626.141.06-
YUV65.9994.14138.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=51.59%
G=44.59%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8170600.140.930.6851.286.2117.06
Hex514660E5D44335611
Octal12110660161351046312621
Binary101000110001101100111010111011000100110011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514606; }

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

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

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

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

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

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

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

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