#50441F

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

Shades of Madras #50441F

Tints of Madras #50441F

Color information

#50441F (or 0x50441F) is unknown color: approx Madras. HEX triplet: 50, 44 and 1F. RGB value is (80,68,31). Sum of RGB (Red+Green+Blue) = 80+68+31=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441F is #AFBBE0. Grayscale: #434343. Windows color (decimal): -11516897 or 2049104. OLE color: 2049104.

HSL color Cylindrical-coordinate representation of color #50441F: hue angle of 45.31º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50441F is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB806831-
CMYK00.150.610.69
HSL45.31º44.14%21.76%-
HSV(B)45.31º61.25%31.37%-
XYZ5.625.942.15-
YUV67.37107.48137.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=44.69%
G=37.99%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80683100.150.610.6945.3144.1421.76
Hex50441F0F3D452d2c16
Octal1201043701775105555426
Binary101000010001001111101111111101100010110110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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