#503E28

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

Shades of Deep Bronze #503E28

Tints of Deep Bronze #503E28

Color information

#503E28 (or 0x503E28) is unknown color: approx Deep Bronze. HEX triplet: 50, 3E and 28. RGB value is (80,62,40). Sum of RGB (Red+Green+Blue) = 80+62+40=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E28 is #AFC1D7. Grayscale: #404040. Windows color (decimal): -11518424 or 2637392. OLE color: 2637392.

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

Color convert

RGB806240-
CMYK00.220.50.69
HSL33º33.33%23.53%-
HSV(B)33º50%31.37%-
XYZ5.415.32.75-
YUV64.87113.96138.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=43.96%
G=34.07%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80624000.220.50.693333.3323.53
Hex503E280163245212118
Octal120765002662105414130
Binary1010000111110101000010110110010100010110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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