#5D503A

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

Shades of Metallic Bronze #5D503A

Tints of Metallic Bronze #5D503A

Color information

#5D503A (or 0x5D503A) is unknown color: approx Metallic Bronze. HEX triplet: 5D, 50 and 3A. RGB value is (93,80,58). Sum of RGB (Red+Green+Blue) = 93+80+58=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 93 - color contains mainly: red. Hex color #5D503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D503A is #A2AFC5. Grayscale: #515151. Windows color (decimal): -10661830 or 3821661. OLE color: 3821661.

HSL color Cylindrical-coordinate representation of color #5D503A: hue angle of 37.71º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D503A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB938058-
CMYK00.140.380.64
HSL37.71º23.18%29.61%-
HSV(B)37.71º37.63%36.47%-
XYZ8.158.375.19-
YUV81.38114.81136.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.26%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=40.26%
G=34.63%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93805800.140.380.6437.7123.1829.61
Hex5D503A0E264026171e
Octal1351207201646100462736
Binary101110110100001110100111010011010000001001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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