#514114

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

Shades of Madras #514114

Tints of Madras #514114

Color information

#514114 (or 0x514114) is unknown color: approx Madras. HEX triplet: 51, 41 and 14. RGB value is (81,65,20). Sum of RGB (Red+Green+Blue) = 81+65+20=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #514114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514114 is #AEBEEB. Grayscale: #404040. Windows color (decimal): -11452140 or 1327441. OLE color: 1327441.

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

Color convert

RGB816520-
CMYK00.200.750.68
HSL44.26º60.4%19.8%-
HSV(B)44.26º75.31%31.76%-
XYZ5.415.581.45-
YUV64.65102.8139.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=48.80%
G=39.16%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81652000.200.750.6844.2660.419.8
Hex5141140144B442c3c14
Octal12110124024113104547424
Binary10100011000001101000101001001011100010010110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514114; }

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

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

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

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

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

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

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

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