#50432D

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

Shades of Deep Bronze #50432D

Tints of Deep Bronze #50432D

Color information

#50432D (or 0x50432D) is unknown color: approx Deep Bronze. HEX triplet: 50, 43 and 2D. RGB value is (80,67,45). Sum of RGB (Red+Green+Blue) = 80+67+45=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50432D is #AFBCD2. Grayscale: #444444. Windows color (decimal): -11517139 or 2966352. OLE color: 2966352.

HSL color Cylindrical-coordinate representation of color #50432D: hue angle of 37.71º 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 #50432D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB806745-
CMYK00.160.440.69
HSL37.71º28%24.51%-
HSV(B)37.71º43.75%31.37%-
XYZ5.795.913.32-
YUV68.38114.81136.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=41.67%
G=34.90%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80674500.160.440.6937.712824.51
Hex50432D0102C45261c19
Octal1201035502054105463431
Binary1010000100001110110101000010110010001011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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