#51401E

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

Shades of Madras #51401E

Tints of Madras #51401E

Color information

#51401E (or 0x51401E) is unknown color: approx Madras. HEX triplet: 51, 40 and 1E. RGB value is (81,64,30). Sum of RGB (Red+Green+Blue) = 81+64+30=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51401E is #AEBFE1. Grayscale: #414141. Windows color (decimal): -11452386 or 1982545. OLE color: 1982545.

HSL color Cylindrical-coordinate representation of color #51401E: hue angle of 40º 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 #51401E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB816430-
CMYK00.210.630.68
HSL40º45.95%21.76%-
HSV(B)40º62.96%31.76%-
XYZ5.465.512-
YUV65.21108.13139.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=46.29%
G=36.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81643000.210.630.684045.9521.76
Hex51401E0153F44282e16
Octal1211003602577104505626
Binary1010001100000011110010101111111100010010100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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