#50431F

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

Shades of Madras #50431F

Tints of Madras #50431F

Color information

#50431F (or 0x50431F) is unknown color: approx Madras. HEX triplet: 50, 43 and 1F. RGB value is (80,67,31). Sum of RGB (Red+Green+Blue) = 80+67+31=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50431F is #AFBCE0. Grayscale: #424242. Windows color (decimal): -11517153 or 2048848. OLE color: 2048848.

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

Color convert

RGB806731-
CMYK00.160.610.69
HSL44.08º44.14%21.76%-
HSV(B)44.08º61.25%31.37%-
XYZ5.565.822.13-
YUV66.78107.81137.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=44.94%
G=37.64%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673100.160.610.6944.0844.1421.76
Hex50431F0103D452c2c16
Octal1201033702075105545426
Binary1010000100001111111010000111101100010110110010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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