#504132

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

Shades of Deep Bronze #504132

Tints of Deep Bronze #504132

Color information

#504132 (or 0x504132) is unknown color: approx Deep Bronze. HEX triplet: 50, 41 and 32. RGB value is (80,65,50). Sum of RGB (Red+Green+Blue) = 80+65+50=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504132 is #AFBECD. Grayscale: #434343. Windows color (decimal): -11517646 or 3293520. OLE color: 3293520.

HSL color Cylindrical-coordinate representation of color #504132: hue angle of 30º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504132 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB806550-
CMYK00.190.370.69
HSL30º23.08%25.49%-
HSV(B)30º37.5%31.37%-
XYZ5.775.723.82-
YUV67.78117.97136.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=41.03%
G=33.33%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80655000.190.370.693023.0825.49
Hex50413201325451e1719
Octal1201016202345105362731
Binary101000010000011100100100111001011000101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504132; }

 p { color: rgb(80,65,50); }

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

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

 a { background-color: rgb(80,65,50); }

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

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

 span { border-color: rgb(80,65,50); }

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