#50442F

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

Shades of Deep Bronze #50442F

Tints of Deep Bronze #50442F

Color information

#50442F (or 0x50442F) is unknown color: approx Deep Bronze. HEX triplet: 50, 44 and 2F. RGB value is (80,68,47). Sum of RGB (Red+Green+Blue) = 80+68+47=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50442F is #AFBBD0. Grayscale: #454545. Windows color (decimal): -11516881 or 3097680. OLE color: 3097680.

HSL color Cylindrical-coordinate representation of color #50442F: hue angle of 38.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50442F is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB806847-
CMYK00.150.410.69
HSL38.18º25.98%24.9%-
HSV(B)38.18º41.25%31.37%-
XYZ5.896.043.55-
YUV69.19115.48135.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=41.03%
G=34.87%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80684700.150.410.6938.1825.9824.9
Hex50442F0F2945261a19
Octal1201045701751105463231
Binary101000010001001011110111110100110001011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,68,47); }

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

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

 a { background-color: rgb(80,68,47); }

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

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

 span { border-color: rgb(80,68,47); }

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