#50421A

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

Shades of Madras #50421A

Tints of Madras #50421A

Color information

#50421A (or 0x50421A) is unknown color: approx Madras. HEX triplet: 50, 42 and 1A. RGB value is (80,66,26). Sum of RGB (Red+Green+Blue) = 80+66+26=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50421A is #AFBDE5. Grayscale: #414141. Windows color (decimal): -11517414 or 1720912. OLE color: 1720912.

HSL color Cylindrical-coordinate representation of color #50421A: hue angle of 44.44º 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 #50421A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB806626-
CMYK00.170.670.69
HSL44.44º50.94%20.78%-
HSV(B)44.44º67.5%31.37%-
XYZ5.445.681.79-
YUV65.63105.64138.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=46.51%
G=38.37%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80662600.170.670.6944.4450.9420.78
Hex50421A01143452c3315
Octal12010232021103105546325
Binary10100001000010110100100011000011100010110110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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