#514010

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

Shades of Madras #514010

Tints of Madras #514010

Color information

#514010 (or 0x514010) is unknown color: approx Madras. HEX triplet: 51, 40 and 10. RGB value is (81,64,16). Sum of RGB (Red+Green+Blue) = 81+64+16=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514010 is #AEBFEF. Grayscale: #3F3F3F. Windows color (decimal): -11452400 or 1065041. OLE color: 1065041.

HSL color Cylindrical-coordinate representation of color #514010: hue angle of 44.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514010 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB816416-
CMYK00.210.800.68
HSL44.31º67.01%19.02%-
HSV(B)44.31º80.25%31.76%-
XYZ5.325.451.26-
YUV63.61101.13140.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=50.31%
G=39.75%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81641600.210.800.6844.3167.0119.02
Hex51401001550442c4313
Octal121100200251201045410323
Binary101000110000001000001010110100001000100101100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514010; }

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

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

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

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

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

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

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

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