#50441A

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

Shades of Madras #50441A

Tints of Madras #50441A

Color information

#50441A (or 0x50441A) is unknown color: approx Madras. HEX triplet: 50, 44 and 1A. RGB value is (80,68,26). Sum of RGB (Red+Green+Blue) = 80+68+26=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441A is #AFBBE5. Grayscale: #424242. Windows color (decimal): -11516902 or 1721424. OLE color: 1721424.

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

Color convert

RGB806826-
CMYK00.150.670.69
HSL46.67º50.94%20.78%-
HSV(B)46.67º67.5%31.37%-
XYZ5.565.911.83-
YUV66.8104.98137.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=45.98%
G=39.08%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80682600.150.670.6946.6750.9420.78
Hex50441A0F43452f3315
Octal12010432017103105576325
Binary1010000100010011010011111000011100010110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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