#50422D

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

Shades of Deep Bronze #50422D

Tints of Deep Bronze #50422D

Color information

#50422D (or 0x50422D) is unknown color: approx Deep Bronze. HEX triplet: 50, 42 and 2D. RGB value is (80,66,45). Sum of RGB (Red+Green+Blue) = 80+66+45=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422D is #AFBDD2. Grayscale: #434343. Windows color (decimal): -11517395 or 2966096. OLE color: 2966096.

HSL color Cylindrical-coordinate representation of color #50422D: hue angle of 36º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50422D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB806645-
CMYK00.170.440.69
HSL36º28%24.51%-
HSV(B)36º43.75%31.37%-
XYZ5.735.793.3-
YUV67.79115.14136.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=41.88%
G=34.55%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80664500.170.440.69362824.51
Hex50422D0112C45241c19
Octal1201025502154105443431
Binary1010000100001010110101000110110010001011001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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