Html Css Color HEX #5C503A Metallic Bronze

📋 copy color: '#5C503A'

red 92 ◦ green 80 ◦ blue 58

#5C503A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #5C503A

Tints of Metallic Bronze #5C503A

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 value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C503A (or 0x5C503A) is known color: 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

RGB 92 80 58 -
CMYK 0 0.13 0.37 0.64
HSL 38.82º 0.23% 0.29% -
HSV(B) 38.82º 0.37% 0.36% -
XYZ 8.05 8.32 5.18 -
YUV 81.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 92 80 58 0 0.13 0.37 0.64 38.82 0.23 0.29
Hex 5C 50 3A 0 D 25 40 27 17 1D
Octal 134 120 72 0 15 45 100 47 27 35
Binary 1011100 1010000 111010 0 1101 100101 1000000 100111 10111 11101

Color Harmonies of #5C503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C503A

Black with #5C503A

Text Example


Text Example

White with #5C503A

Text Example


Text Example

HTML Codes & Css Web 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>