#50431E

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

Shades of Madras #50431E

Tints of Madras #50431E

Color information

#50431E (or 0x50431E) is unknown color: approx Madras. HEX triplet: 50, 43 and 1E. RGB value is (80,67,30). Sum of RGB (Red+Green+Blue) = 80+67+30=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50431E is #AFBCE1. Grayscale: #424242. Windows color (decimal): -11517154 or 1983312. OLE color: 1983312.

HSL color Cylindrical-coordinate representation of color #50431E: hue angle of 44.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50431E is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB806730-
CMYK00.160.620.69
HSL44.4º45.45%21.57%-
HSV(B)44.4º62.5%31.37%-
XYZ5.555.812.06-
YUV66.67107.31137.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=45.20%
G=37.85%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673000.160.620.6944.445.4521.57
Hex50431E0103E452c2d16
Octal1201033602076105545526
Binary1010000100001111110010000111110100010110110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50431E; }

 p { color: rgb(80,67,30); }

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

<style>
 a { background-color: #50431E; }

 a { background-color: rgb(80,67,30); }

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

<style>
 span { border-color: #50431E; }

 span { border-color: rgb(80,67,30); }

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