#50392C

Color #50392C Dark Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Rum #50392C

Tints of Dark Rum #50392C

Color information

#50392C (or 0x50392C) is unknown color: approx Dark Rum. HEX triplet: 50, 39 and 2C. RGB value is (80,57,44). Sum of RGB (Red+Green+Blue) = 80+57+44=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50392C is #AFC6D3. Grayscale: #3E3E3E. Windows color (decimal): -11519700 or 2898256. OLE color: 2898256.

HSL color Cylindrical-coordinate representation of color #50392C: hue angle of 21.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50392C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB805744-
CMYK00.290.450.69
HSL21.67º29.03%24.31%-
HSV(B)21.67º45%31.37%-
XYZ5.234.813.04-
YUV62.39117.62140.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=44.20%
G=31.49%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80574400.290.450.6921.6729.0324.31
Hex50392C01D2D45161d18
Octal120715403555105263530
Binary10100001110011011000111011011011000101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50392C; }

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

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

<style>
 a { background-color: #50392C; }

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

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

<style>
 span { border-color: #50392C; }

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

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