#514416

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

Shades of Madras #514416

Tints of Madras #514416

Color information

#514416 (or 0x514416) is unknown color: approx Madras. HEX triplet: 51, 44 and 16. RGB value is (81,68,22). Sum of RGB (Red+Green+Blue) = 81+68+22=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514416 is #AEBBE9. Grayscale: #424242. Windows color (decimal): -11451370 or 1459281. OLE color: 1459281.

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

Color convert

RGB816822-
CMYK00.160.730.68
HSL46.78º57.28%20.2%-
HSV(B)46.78º72.84%31.76%-
XYZ5.615.941.61-
YUV66.64102.81138.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=47.37%
G=39.77%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81682200.160.730.6846.7857.2820.2
Hex51441601049442f3914
Octal12110426020111104577124
Binary10100011000100101100100001001001100010010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514416; }

 p { color: rgb(81,68,22); }

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

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

 a { background-color: rgb(81,68,22); }

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

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

 span { border-color: rgb(81,68,22); }

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