Html Css Color HEX #5A4937 Metallic Bronze

📋 copy color: '#5A4937'

red 90 ◦ green 73 ◦ blue 55

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

Shades of Metallic Bronze #5A4937

Tints of Metallic Bronze #5A4937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 41.28%
G = 33.49%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#5A4937 (or 0x5A4937) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 37. RGB value is (90,73,55). Sum of RGB (Red+Green+Blue) = 90+73+55=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4937 is #A5B6C8. Grayscale: #4C4C4C. Windows color (decimal): -10860233 or 3623258. OLE color: 3623258.

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

Color convert

RGB 90 73 55 -
CMYK 0 0.19 0.39 0.65
HSL 30.86º 0.24% 0.28% -
HSV(B) 30.86º 0.39% 0.35% -
XYZ 7.29 7.21 4.62 -
YUV 76.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 90 73 55 0 0.19 0.39 0.65 30.86 0.24 0.28
Hex 5A 49 37 0 13 27 41 1F 18 1C
Octal 132 111 67 0 23 47 101 37 30 34
Binary 1011010 1001001 110111 0 10011 100111 1000001 11111 11000 11100

Color Harmonies of #5A4937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4937

Black with #5A4937

Text Example


Text Example

White with #5A4937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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