#50422A

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

Shades of Deep Bronze #50422A

Tints of Deep Bronze #50422A

Color information

#50422A (or 0x50422A) is unknown color: approx Deep Bronze. HEX triplet: 50, 42 and 2A. RGB value is (80,66,42). Sum of RGB (Red+Green+Blue) = 80+66+42=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #50422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422A is #AFBDD5. Grayscale: #434343. Windows color (decimal): -11517398 or 2769488. OLE color: 2769488.

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

Color convert

RGB806642-
CMYK00.170.480.69
HSL37.89º31.15%23.92%-
HSV(B)37.89º47.5%31.37%-
XYZ5.675.773-
YUV67.45113.64136.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=42.55%
G=35.11%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80664200.170.480.6937.8931.1523.92
Hex50422A0113045261f18
Octal1201025202160105463730
Binary1010000100001010101001000111000010001011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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