#503E2C

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

Shades of Deep Bronze #503E2C

Tints of Deep Bronze #503E2C

Color information

#503E2C (or 0x503E2C) is unknown color: approx Deep Bronze. HEX triplet: 50, 3E and 2C. RGB value is (80,62,44). Sum of RGB (Red+Green+Blue) = 80+62+44=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E2C is #AFC1D3. Grayscale: #414141. Windows color (decimal): -11518420 or 2899536. OLE color: 2899536.

HSL color Cylindrical-coordinate representation of color #503E2C: hue angle of 30º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503E2C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB806244-
CMYK00.220.450.69
HSL30º29.03%24.31%-
HSV(B)30º45%31.37%-
XYZ5.495.333.12-
YUV65.33115.96138.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=43.01%
G=33.33%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80624400.220.450.693029.0324.31
Hex503E2C0162D451e1d18
Octal120765402655105363530
Binary10100001111101011000101101011011000101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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