Html Css Color HEX #5D503A Metallic Bronze

📋 copy color: '#5D503A'

red 93 ◦ green 80 ◦ blue 58

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

Shades of Metallic Bronze #5D503A

Tints of Metallic Bronze #5D503A

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

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 93 80 58 -
CMYK 0 0.14 0.38 0.64
HSL 37.71º 0.23% 0.3% -
HSV(B) 37.71º 0.38% 0.36% -
XYZ 8.15 8.37 5.19 -
YUV 81.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 93 80 58 0 0.14 0.38 0.64 37.71 0.23 0.3
Hex 5D 50 3A 0 E 26 40 26 17 1E
Octal 135 120 72 0 16 46 100 46 27 36
Binary 1011101 1010000 111010 0 1110 100110 1000000 100110 10111 11110

Color Harmonies of #5D503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D503A

Black with #5D503A

Text Example


Text Example

White with #5D503A

Text Example


Text Example

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