#5E503A

Color #5E503A Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #5E503A

Tints of Metallic Bronze #5E503A

Color information

#5E503A (or 0x5E503A) is unknown color: approx Metallic Bronze. HEX triplet: 5E, 50 and 3A. RGB value is (94,80,58). Sum of RGB (Red+Green+Blue) = 94+80+58=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E503A is #A1AFC5. Grayscale: #515151. Windows color (decimal): -10596294 or 3821662. OLE color: 3821662.

HSL color Cylindrical-coordinate representation of color #5E503A: hue angle of 36.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E503A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB948058-
CMYK00.150.380.63
HSL36.67º23.68%29.8%-
HSV(B)36.67º38.3%36.86%-
XYZ8.258.425.19-
YUV81.68114.64136.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.52%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 58 (23.05% from 255) = 25%
R=40.52%
G=34.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94805800.150.380.6336.6723.6829.8
Hex5E503A0F263F25181e
Octal136120720174677453036
Binary10111101010000111010011111001101111111001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E503A; }

 p { color: rgb(94,80,58); }

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

<style>
 a { background-color: #5E503A; }

 a { background-color: rgb(94,80,58); }

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

<style>
 span { border-color: #5E503A; }

 span { border-color: rgb(94,80,58); }

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