#514220

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

Shades of Madras #514220

Tints of Madras #514220

Color information

#514220 (or 0x514220) is unknown color: approx Madras. HEX triplet: 51, 42 and 20. RGB value is (81,66,32). Sum of RGB (Red+Green+Blue) = 81+66+32=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514220 is #AEBDDF. Grayscale: #424242. Windows color (decimal): -11451872 or 2114129. OLE color: 2114129.

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

Color convert

RGB816632-
CMYK00.190.600.68
HSL41.63º43.36%22.16%-
HSV(B)41.63º60.49%31.76%-
XYZ5.65.752.18-
YUV66.61108.47138.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=45.25%
G=36.87%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81663200.190.600.6841.6343.3622.16
Hex5142200133C442a2b16
Octal1211024002374104525326
Binary10100011000010100000010011111100100010010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514220; }

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

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

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

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

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

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

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

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