#504332

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

Shades of Deep Bronze #504332

Tints of Deep Bronze #504332

Color information

#504332 (or 0x504332) is unknown color: approx Deep Bronze. HEX triplet: 50, 43 and 32. RGB value is (80,67,50). Sum of RGB (Red+Green+Blue) = 80+67+50=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504332 is #AFBCCD. Grayscale: #454545. Windows color (decimal): -11517134 or 3294032. OLE color: 3294032.

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

Color convert

RGB806750-
CMYK00.160.370.69
HSL34º23.08%25.49%-
HSV(B)34º37.5%31.37%-
XYZ5.895.953.86-
YUV68.95117.31135.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=40.61%
G=34.01%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80675000.160.370.693423.0825.49
Hex5043320102545221719
Octal1201036202045105422731
Binary1010000100001111001001000010010110001011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504332; }

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

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

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

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

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

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

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

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