#50441E

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

Shades of Madras #50441E

Tints of Madras #50441E

Color information

#50441E (or 0x50441E) is unknown color: approx Madras. HEX triplet: 50, 44 and 1E. RGB value is (80,68,30). Sum of RGB (Red+Green+Blue) = 80+68+30=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441E is #AFBBE1. Grayscale: #434343. Windows color (decimal): -11516898 or 1983568. OLE color: 1983568.

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

Color convert

RGB806830-
CMYK00.150.620.69
HSL45.6º45.45%21.57%-
HSV(B)45.6º62.5%31.37%-
XYZ5.615.932.08-
YUV67.26106.98137.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=44.94%
G=38.20%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80683000.150.620.6945.645.4521.57
Hex50441E0F3E452e2d16
Octal1201043601776105565526
Binary101000010001001111001111111110100010110111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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