Html Css Color HEX #5A4934 Metallic Bronze

📋 copy color: '#5A4934'

red 90 ◦ green 73 ◦ blue 52

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

Shades of Metallic Bronze #5A4934

Tints of Metallic Bronze #5A4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 41.86%
G = 33.95%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A4934 (or 0x5A4934) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 34. RGB value is (90,73,52). Sum of RGB (Red+Green+Blue) = 90+73+52=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4934 is #A5B6CB. Grayscale: #4B4B4B. Windows color (decimal): -10860236 or 3426650. OLE color: 3426650.

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

Color convert

RGB 90 73 52 -
CMYK 0 0.19 0.42 0.65
HSL 33.16º 0.27% 0.28% -
HSV(B) 33.16º 0.42% 0.35% -
XYZ 7.22 7.19 4.26 -
YUV 75.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 90 73 52 0 0.19 0.42 0.65 33.16 0.27 0.28
Hex 5A 49 34 0 13 2A 41 21 1B 1C
Octal 132 111 64 0 23 52 101 41 33 34
Binary 1011010 1001001 110100 0 10011 101010 1000001 100001 11011 11100

Color Harmonies of #5A4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4934

Black with #5A4934

Text Example


Text Example

White with #5A4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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