#51441A

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

Shades of Madras #51441A

Tints of Madras #51441A

Color information

#51441A (or 0x51441A) is unknown color: approx Madras. HEX triplet: 51, 44 and 1A. RGB value is (81,68,26). Sum of RGB (Red+Green+Blue) = 81+68+26=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441A is #AEBBE5. Grayscale: #434343. Windows color (decimal): -11451366 or 1721425. OLE color: 1721425.

HSL color Cylindrical-coordinate representation of color #51441A: hue angle of 45.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51441A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB816826-
CMYK00.160.680.68
HSL45.82º51.4%20.98%-
HSV(B)45.82º67.9%31.76%-
XYZ5.655.961.83-
YUV67.1104.81137.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=46.29%
G=38.86%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81682600.160.680.6845.8251.420.98
Hex51441A01044442e3315
Octal12110432020104104566325
Binary10100011000100110100100001000100100010010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51441A; }

 p { color: rgb(81,68,26); }

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

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

 a { background-color: rgb(81,68,26); }

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

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

 span { border-color: rgb(81,68,26); }

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