#50390B

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

Shades of Madras #50390B

Tints of Madras #50390B

Color information

#50390B (or 0x50390B) is unknown color: approx Madras. HEX triplet: 50, 39 and 0B. RGB value is (80,57,11). Sum of RGB (Red+Green+Blue) = 80+57+11=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50390B is #AFC6F4. Grayscale: #3A3A3A. Windows color (decimal): -11519733 or 735568. OLE color: 735568.

HSL color Cylindrical-coordinate representation of color #50390B: hue angle of 40º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50390B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB805711-
CMYK00.290.860.69
HSL40º75.82%17.84%-
HSV(B)40º86.25%31.37%-
XYZ4.834.660.96-
YUV58.63101.12143.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=54.05%
G=38.51%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80571100.290.860.694075.8217.84
Hex5039B01D5645284c12
Octal12071130351261055011422
Binary1010000111001101101110110101101000101101000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50390B; }

 p { color: rgb(80,57,11); }

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

<style>
 a { background-color: #50390B; }

 a { background-color: rgb(80,57,11); }

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

<style>
 span { border-color: #50390B; }

 span { border-color: rgb(80,57,11); }

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