#514316

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

Shades of Madras #514316

Tints of Madras #514316

Color information

#514316 (or 0x514316) is unknown color: approx Madras. HEX triplet: 51, 43 and 16. RGB value is (81,67,22). Sum of RGB (Red+Green+Blue) = 81+67+22=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514316 is #AEBCE9. Grayscale: #424242. Windows color (decimal): -11451626 or 1459025. OLE color: 1459025.

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

Color convert

RGB816722-
CMYK00.170.730.68
HSL45.76º57.28%20.2%-
HSV(B)45.76º72.84%31.76%-
XYZ5.555.821.59-
YUV66.06103.14138.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=47.65%
G=39.41%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81672200.170.730.6845.7657.2820.2
Hex51431601149442e3914
Octal12110326021111104567124
Binary10100011000011101100100011001001100010010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514316; }

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

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

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

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

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

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

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

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