#514313

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

Shades of Madras #514313

Tints of Madras #514313

Color information

#514313 (or 0x514313) is unknown color: approx Madras. HEX triplet: 51, 43 and 13. RGB value is (81,67,19). Sum of RGB (Red+Green+Blue) = 81+67+19=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514313 is #AEBCEC. Grayscale: #414141. Windows color (decimal): -11451629 or 1262417. OLE color: 1262417.

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

Color convert

RGB816719-
CMYK00.170.770.68
HSL46.45º62%19.61%-
HSV(B)46.45º76.54%31.76%-
XYZ5.525.811.45-
YUV65.71101.64138.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 67 (26.56% from 255) = 40.12%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=48.50%
G=40.12%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81671900.170.770.6846.456219.61
Hex5143130114D442e3e14
Octal12110323021115104567624
Binary10100011000011100110100011001101100010010111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514313; }

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

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

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

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

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

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

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

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