#503F2B

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

Shades of Deep Bronze #503F2B

Tints of Deep Bronze #503F2B

Color information

#503F2B (or 0x503F2B) is unknown color: approx Deep Bronze. HEX triplet: 50, 3F and 2B. RGB value is (80,63,43). Sum of RGB (Red+Green+Blue) = 80+63+43=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F2B is #AFC0D4. Grayscale: #414141. Windows color (decimal): -11518165 or 2834256. OLE color: 2834256.

HSL color Cylindrical-coordinate representation of color #503F2B: hue angle of 32.43º 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 #503F2B is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB806343-
CMYK00.210.460.69
HSL32.43º30.08%24.12%-
HSV(B)32.43º46.25%31.37%-
XYZ5.525.433.04-
YUV65.8115.13138.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=43.01%
G=33.87%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80634300.210.460.6932.4330.0824.12
Hex503F2B0152E45201e18
Octal120775302556105403630
Binary101000011111110101101010110111010001011000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503F2B; }

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

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

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

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

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

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

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

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