#51411E

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

Shades of Madras #51411E

Tints of Madras #51411E

Color information

#51411E (or 0x51411E) is unknown color: approx Madras. HEX triplet: 51, 41 and 1E. RGB value is (81,65,30). Sum of RGB (Red+Green+Blue) = 81+65+30=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51411E is #AEBEE1. Grayscale: #414141. Windows color (decimal): -11452130 or 1982801. OLE color: 1982801.

HSL color Cylindrical-coordinate representation of color #51411E: hue angle of 41.18º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51411E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB816530-
CMYK00.200.630.68
HSL41.18º45.95%21.76%-
HSV(B)41.18º62.96%31.76%-
XYZ5.525.622.02-
YUV65.79107.8138.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=46.02%
G=36.93%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81653000.200.630.6841.1845.9521.76
Hex51411E0143F44292e16
Octal1211013602477104515626
Binary1010001100000111110010100111111100010010100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51411E; }

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

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

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

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

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

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

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

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