#514120

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

Shades of Madras #514120

Tints of Madras #514120

Color information

#514120 (or 0x514120) is unknown color: approx Madras. HEX triplet: 51, 41 and 20. RGB value is (81,65,32). Sum of RGB (Red+Green+Blue) = 81+65+32=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #514120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514120 is #AEBEDF. Grayscale: #424242. Windows color (decimal): -11452128 or 2113873. OLE color: 2113873.

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

Color convert

RGB816532-
CMYK00.200.600.68
HSL40.41º43.36%22.16%-
HSV(B)40.41º60.49%31.76%-
XYZ5.545.632.16-
YUV66.02108.8138.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=45.51%
G=36.52%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81653200.200.600.6840.4143.3622.16
Hex5141200143C44282b16
Octal1211014002474104505326
Binary10100011000001100000010100111100100010010100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514120; }

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

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

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

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

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

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

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

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