#50432B

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

Shades of Deep Bronze #50432B

Tints of Deep Bronze #50432B

Color information

#50432B (or 0x50432B) is unknown color: approx Deep Bronze. HEX triplet: 50, 43 and 2B. RGB value is (80,67,43). Sum of RGB (Red+Green+Blue) = 80+67+43=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50432B is #AFBCD4. Grayscale: #444444. Windows color (decimal): -11517141 or 2835280. OLE color: 2835280.

HSL color Cylindrical-coordinate representation of color #50432B: hue angle of 38.92º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50432B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB806743-
CMYK00.160.460.69
HSL38.92º30.08%24.12%-
HSV(B)38.92º46.25%31.37%-
XYZ5.755.893.12-
YUV68.15113.81136.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=42.11%
G=35.26%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80674300.160.460.6938.9230.0824.12
Hex50432B0102E45271e18
Octal1201035302056105473630
Binary1010000100001110101101000010111010001011001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50432B; }

 p { color: rgb(80,67,43); }

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

<style>
 a { background-color: #50432B; }

 a { background-color: rgb(80,67,43); }

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

<style>
 span { border-color: #50432B; }

 span { border-color: rgb(80,67,43); }

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