#514020

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

Shades of Madras #514020

Tints of Madras #514020

Color information

#514020 (or 0x514020) is unknown color: approx Madras. HEX triplet: 51, 40 and 20. RGB value is (81,64,32). Sum of RGB (Red+Green+Blue) = 81+64+32=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514020 is #AEBFDF. Grayscale: #414141. Windows color (decimal): -11452384 or 2113617. OLE color: 2113617.

HSL color Cylindrical-coordinate representation of color #514020: hue angle of 39.18º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514020 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB816432-
CMYK00.210.600.68
HSL39.18º43.36%22.16%-
HSV(B)39.18º60.49%31.76%-
XYZ5.495.522.14-
YUV65.43109.13139.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=45.76%
G=36.16%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81643200.210.600.6839.1843.3622.16
Hex5140200153C44272b16
Octal1211004002574104475326
Binary10100011000000100000010101111100100010010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514020; }

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

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

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

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

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

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

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

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