#50441C

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

Shades of Madras #50441C

Tints of Madras #50441C

Color information

#50441C (or 0x50441C) is unknown color: approx Madras. HEX triplet: 50, 44 and 1C. RGB value is (80,68,28). Sum of RGB (Red+Green+Blue) = 80+68+28=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441C is #AFBBE3. Grayscale: #434343. Windows color (decimal): -11516900 or 1852496. OLE color: 1852496.

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

Color convert

RGB806828-
CMYK00.150.650.69
HSL46.15º48.15%21.18%-
HSV(B)46.15º65%31.37%-
XYZ5.585.921.95-
YUV67.03105.98137.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=45.45%
G=38.64%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80682800.150.650.6946.1548.1521.18
Hex50441C0F41452e3015
Octal12010434017101105566025
Binary1010000100010011100011111000001100010110111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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