Html Css Color HEX #5A4D3A Metallic Bronze

📋 copy color: '#5A4D3A'

red 90 ◦ green 77 ◦ blue 58

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

Shades of Metallic Bronze #5A4D3A

Tints of Metallic Bronze #5A4D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.22%

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 40%
G = 34.22%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A4D3A (or 0x5A4D3A) is known color: Metallic Bronze. HEX triplet: 5A, 4D and 3A. RGB value is (90,77,58). Sum of RGB (Red+Green+Blue) = 90+77+58=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D3A is #A5B2C5. Grayscale: #4E4E4E. Windows color (decimal): -10859206 or 3820890. OLE color: 3820890.

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

Color convert

RGB 90 77 58 -
CMYK 0 0.14 0.36 0.65
HSL 35.63º 0.22% 0.29% -
HSV(B) 35.63º 0.36% 0.35% -
XYZ 7.63 7.79 5.1 -
YUV 78.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 90 77 58 0 0.14 0.36 0.65 35.63 0.22 0.29
Hex 5A 4D 3A 0 E 24 41 24 16 1D
Octal 132 115 72 0 16 44 101 44 26 35
Binary 1011010 1001101 111010 0 1110 100100 1000001 100100 10110 11101

Color Harmonies of #5A4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D3A

Black with #5A4D3A

Text Example


Text Example

White with #5A4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,77,58); }

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

background-color css

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

 a { background-color: rgb(90,77,58); }

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

border-color css

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

 span { border-color: rgb(90,77,58); }

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