#51441F

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

Shades of Madras #51441F

Tints of Madras #51441F

Color information

#51441F (or 0x51441F) is unknown color: approx Madras. HEX triplet: 51, 44 and 1F. RGB value is (81,68,31). Sum of RGB (Red+Green+Blue) = 81+68+31=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441F is #AEBBE0. Grayscale: #434343. Windows color (decimal): -11451361 or 2049105. OLE color: 2049105.

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

Color convert

RGB816831-
CMYK00.160.620.68
HSL44.4º44.64%21.96%-
HSV(B)44.4º61.73%31.76%-
XYZ5.715.982.15-
YUV67.67107.31137.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=45%
G=37.78%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81683100.160.620.6844.444.6421.96
Hex51441F0103E442c2d16
Octal1211043702076104545526
Binary1010001100010011111010000111110100010010110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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