#50441B

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

Shades of Madras #50441B

Tints of Madras #50441B

Color information

#50441B (or 0x50441B) is unknown color: approx Madras. HEX triplet: 50, 44 and 1B. RGB value is (80,68,27). Sum of RGB (Red+Green+Blue) = 80+68+27=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441B is #AFBBE4. Grayscale: #434343. Windows color (decimal): -11516901 or 1786960. OLE color: 1786960.

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

Color convert

RGB806827-
CMYK00.150.660.69
HSL46.42º49.53%20.98%-
HSV(B)46.42º66.25%31.37%-
XYZ5.575.921.89-
YUV66.91105.48137.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=45.71%
G=38.86%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80682700.150.660.6946.4249.5320.98
Hex50441B0F42452e3215
Octal12010433017102105566225
Binary1010000100010011011011111000010100010110111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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