#514216

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

Shades of Madras #514216

Tints of Madras #514216

Color information

#514216 (or 0x514216) is unknown color: approx Madras. HEX triplet: 51, 42 and 16. RGB value is (81,66,22). Sum of RGB (Red+Green+Blue) = 81+66+22=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514216 is #AEBDE9. Grayscale: #414141. Windows color (decimal): -11451882 or 1458769. OLE color: 1458769.

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

Color convert

RGB816622-
CMYK00.190.730.68
HSL44.75º57.28%20.2%-
HSV(B)44.75º72.84%31.76%-
XYZ5.495.71.57-
YUV65.47103.47139.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=47.93%
G=39.05%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81662200.190.730.6844.7557.2820.2
Hex51421601349442d3914
Octal12110226023111104557124
Binary10100011000010101100100111001001100010010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514216; }

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

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

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

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

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

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

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

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