Html Css Color HEX #5A4935 Metallic Bronze

📋 copy color: '#5A4935'

red 90 ◦ green 73 ◦ blue 53

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

Shades of Metallic Bronze #5A4935

Tints of Metallic Bronze #5A4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 41.67%
G = 33.8%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A4935 (or 0x5A4935) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 35. RGB value is (90,73,53). Sum of RGB (Red+Green+Blue) = 90+73+53=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4935 is #A5B6CA. Grayscale: #4B4B4B. Windows color (decimal): -10860235 or 3492186. OLE color: 3492186.

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

Color convert

RGB 90 73 53 -
CMYK 0 0.19 0.41 0.65
HSL 32.43º 0.26% 0.28% -
HSV(B) 32.43º 0.41% 0.35% -
XYZ 7.24 7.2 4.38 -
YUV 75.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 90 73 53 0 0.19 0.41 0.65 32.43 0.26 0.28
Hex 5A 49 35 0 13 29 41 20 1A 1C
Octal 132 111 65 0 23 51 101 40 32 34
Binary 1011010 1001001 110101 0 10011 101001 1000001 100000 11010 11100

Color Harmonies of #5A4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4935

Black with #5A4935

Text Example


Text Example

White with #5A4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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