Html Css Color HEX #5A4931 Metallic Bronze

📋 copy color: '#5A4931'

red 90 ◦ green 73 ◦ blue 49

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

Shades of Metallic Bronze #5A4931

Tints of Metallic Bronze #5A4931

RGB

 RED value IS 90 (35.55% from 255) = 42.45%

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 42.45%
G = 34.43%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#5A4931 (or 0x5A4931) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 31. RGB value is (90,73,49). Sum of RGB (Red+Green+Blue) = 90+73+49=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4931 is #A5B6CE. Grayscale: #4B4B4B. Windows color (decimal): -10860239 or 3230042. OLE color: 3230042.

HSL color Cylindrical-coordinate representation of color #5A4931: hue angle of 35.12º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A4931 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 49 -
CMYK 0 0.19 0.46 0.65
HSL 35.12º 0.29% 0.27% -
HSV(B) 35.12º 0.46% 0.35% -
XYZ 7.15 7.16 3.91 -
YUV 75.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 90 73 49 0 0.19 0.46 0.65 35.12 0.29 0.27
Hex 5A 49 31 0 13 2E 41 23 1D 1B
Octal 132 111 61 0 23 56 101 43 35 33
Binary 1011010 1001001 110001 0 10011 101110 1000001 100011 11101 11011

Color Harmonies of #5A4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4931

Black with #5A4931

Text Example


Text Example

White with #5A4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,49); }

 H1.HeaderClassName
 {
   color: #5A4931;
 }
 .AnyTagClassName
 {
   color: #5A4931;
 }
</style>

background-color css

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

 a { background-color: rgb(90,73,49); }

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

border-color css

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

 span { border-color: rgb(90,73,49); }

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