#514314

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

Shades of Madras #514314

Tints of Madras #514314

Color information

#514314 (or 0x514314) is unknown color: approx Madras. HEX triplet: 51, 43 and 14. RGB value is (81,67,20). Sum of RGB (Red+Green+Blue) = 81+67+20=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #514314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514314 is #AEBCEB. Grayscale: #424242. Windows color (decimal): -11451628 or 1327953. OLE color: 1327953.

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

Color convert

RGB816720-
CMYK00.170.750.68
HSL46.23º60.4%19.8%-
HSV(B)46.23º75.31%31.76%-
XYZ5.535.811.49-
YUV65.83102.14138.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=48.21%
G=39.88%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81672000.170.750.6846.2360.419.8
Hex5143140114B442e3c14
Octal12110324021113104567424
Binary10100011000011101000100011001011100010010111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514314; }

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

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

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

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

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

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

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

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