#50422C

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

Shades of Deep Bronze #50422C

Tints of Deep Bronze #50422C

Color information

#50422C (or 0x50422C) is unknown color: approx Deep Bronze. HEX triplet: 50, 42 and 2C. RGB value is (80,66,44). Sum of RGB (Red+Green+Blue) = 80+66+44=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422C is #AFBDD3. Grayscale: #434343. Windows color (decimal): -11517396 or 2900560. OLE color: 2900560.

HSL color Cylindrical-coordinate representation of color #50422C: hue angle of 36.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 #50422C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB806644-
CMYK00.170.450.69
HSL36.67º29.03%24.31%-
HSV(B)36.67º45%31.37%-
XYZ5.715.783.2-
YUV67.68114.64136.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=42.11%
G=34.74%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80664400.170.450.6936.6729.0324.31
Hex50422C0112D45251d18
Octal1201025402155105453530
Binary1010000100001010110001000110110110001011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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