#503E25

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

Shades of Deep Bronze #503E25

Tints of Deep Bronze #503E25

Color information

#503E25 (or 0x503E25) is unknown color: approx Deep Bronze. HEX triplet: 50, 3E and 25. RGB value is (80,62,37). Sum of RGB (Red+Green+Blue) = 80+62+37=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #503E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E25 is #AFC1DA. Grayscale: #404040. Windows color (decimal): -11518427 or 2440784. OLE color: 2440784.

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

Color convert

RGB806237-
CMYK00.220.540.69
HSL34.88º36.75%22.94%-
HSV(B)34.88º53.75%31.37%-
XYZ5.365.282.49-
YUV64.53112.46139.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=44.69%
G=34.64%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80623700.220.540.6934.8836.7522.94
Hex503E250163645232517
Octal120764502666105434527
Binary1010000111110100101010110110110100010110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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