#5C503A

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

Shades of Metallic Bronze #5C503A

Tints of Metallic Bronze #5C503A

Color information

#5C503A (or 0x5C503A) is unknown color: approx Metallic Bronze. HEX triplet: 5C, 50 and 3A. RGB value is (92,80,58). Sum of RGB (Red+Green+Blue) = 92+80+58=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 92 - color contains mainly: red. Hex color #5C503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C503A is #A3AFC5. Grayscale: #515151. Windows color (decimal): -10727366 or 3821660. OLE color: 3821660.

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

Color convert

RGB928058-
CMYK00.130.370.64
HSL38.82º22.67%29.41%-
HSV(B)38.82º36.96%36.08%-
XYZ8.058.325.18-
YUV81.08114.98135.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=40%
G=34.78%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92805800.130.370.6438.8222.6729.41
Hex5C503A0D254027171d
Octal1341207201545100472735
Binary101110010100001110100110110010110000001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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