#514214

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

Shades of Madras #514214

Tints of Madras #514214

Color information

#514214 (or 0x514214) is unknown color: approx Madras. HEX triplet: 51, 42 and 14. RGB value is (81,66,20). Sum of RGB (Red+Green+Blue) = 81+66+20=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514214 is #AEBDEB. Grayscale: #414141. Windows color (decimal): -11451884 or 1327697. OLE color: 1327697.

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

Color convert

RGB816620-
CMYK00.190.750.68
HSL45.25º60.4%19.8%-
HSV(B)45.25º75.31%31.76%-
XYZ5.475.71.47-
YUV65.24102.47139.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=48.50%
G=39.52%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81662000.190.750.6845.2560.419.8
Hex5142140134B442d3c14
Octal12110224023113104557424
Binary10100011000010101000100111001011100010010110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514214; }

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

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

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

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

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

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

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

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