#503E2B

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

Shades of Deep Bronze #503E2B

Tints of Deep Bronze #503E2B

Color information

#503E2B (or 0x503E2B) is unknown color: approx Deep Bronze. HEX triplet: 50, 3E and 2B. RGB value is (80,62,43). Sum of RGB (Red+Green+Blue) = 80+62+43=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E2B is #AFC1D4. Grayscale: #414141. Windows color (decimal): -11518421 or 2834000. OLE color: 2834000.

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

Color convert

RGB806243-
CMYK00.220.460.69
HSL30.81º30.08%24.12%-
HSV(B)30.81º46.25%31.37%-
XYZ5.475.333.03-
YUV65.22115.46138.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=43.24%
G=33.51%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80624300.220.460.6930.8130.0824.12
Hex503E2B0162E451f1e18
Octal120765302656105373630
Binary10100001111101010110101101011101000101111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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