#50421D

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

Shades of Madras #50421D

Tints of Madras #50421D

Color information

#50421D (or 0x50421D) is unknown color: approx Madras. HEX triplet: 50, 42 and 1D. RGB value is (80,66,29). Sum of RGB (Red+Green+Blue) = 80+66+29=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50421D is #AFBDE2. Grayscale: #424242. Windows color (decimal): -11517411 or 1917520. OLE color: 1917520.

HSL color Cylindrical-coordinate representation of color #50421D: hue angle of 43.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50421D is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB806629-
CMYK00.170.640.69
HSL43.53º46.79%21.37%-
HSV(B)43.53º63.75%31.37%-
XYZ5.485.691.97-
YUV65.97107.14138.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=45.71%
G=37.71%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80662900.170.640.6943.5346.7921.37
Hex50421D01140452c2f15
Octal12010235021100105545725
Binary10100001000010111010100011000000100010110110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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