#50422E

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

Shades of Deep Bronze #50422E

Tints of Deep Bronze #50422E

Color information

#50422E (or 0x50422E) is unknown color: approx Deep Bronze. HEX triplet: 50, 42 and 2E. RGB value is (80,66,46). Sum of RGB (Red+Green+Blue) = 80+66+46=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422E is #AFBDD1. Grayscale: #444444. Windows color (decimal): -11517394 or 3031632. OLE color: 3031632.

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

Color convert

RGB806646-
CMYK00.170.420.69
HSL35.29º26.98%24.71%-
HSV(B)35.29º42.5%31.37%-
XYZ5.755.83.4-
YUV67.91115.64136.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=41.67%
G=34.38%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80664600.170.420.6935.2926.9824.71
Hex50422E0112A45231b19
Octal1201025602152105433331
Binary1010000100001010111001000110101010001011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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