#503E21

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

Shades of Deep Bronze #503E21

Tints of Deep Bronze #503E21

Color information

#503E21 (or 0x503E21) is unknown color: approx Deep Bronze. HEX triplet: 50, 3E and 21. RGB value is (80,62,33). Sum of RGB (Red+Green+Blue) = 80+62+33=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E21 is #AFC1DE. Grayscale: #404040. Windows color (decimal): -11518431 or 2178640. OLE color: 2178640.

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

Color convert

RGB806233-
CMYK00.220.590.69
HSL37.02º41.59%22.16%-
HSV(B)37.02º58.75%31.37%-
XYZ5.315.262.17-
YUV64.08110.46139.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=45.71%
G=35.43%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80623300.220.590.6937.0241.5922.16
Hex503E210163B45252a16
Octal120764102673105455226
Binary1010000111110100001010110111011100010110010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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