Html Css Color HEX #5A4C3B Metallic Bronze

📋 copy color: '#5A4C3B'

red 90 ◦ green 76 ◦ blue 59

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

Shades of Metallic Bronze #5A4C3B

Tints of Metallic Bronze #5A4C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 40%
G = 33.78%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A4C3B (or 0x5A4C3B) is known color: Metallic Bronze. HEX triplet: 5A, 4C and 3B. RGB value is (90,76,59). Sum of RGB (Red+Green+Blue) = 90+76+59=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C3B is #A5B3C4. Grayscale: #4E4E4E. Windows color (decimal): -10859461 or 3886170. OLE color: 3886170.

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

Color convert

RGB 90 76 59 -
CMYK 0 0.16 0.34 0.65
HSL 32.9º 0.21% 0.29% -
HSV(B) 32.9º 0.34% 0.35% -
XYZ 7.59 7.66 5.22 -
YUV 78.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 90 76 59 0 0.16 0.34 0.65 32.9 0.21 0.29
Hex 5A 4C 3B 0 10 22 41 21 15 1D
Octal 132 114 73 0 20 42 101 41 25 35
Binary 1011010 1001100 111011 0 10000 100010 1000001 100001 10101 11101

Color Harmonies of #5A4C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C3B

Black with #5A4C3B

Text Example


Text Example

White with #5A4C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,59); }

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

background-color css

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

 a { background-color: rgb(90,76,59); }

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

border-color css

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

 span { border-color: rgb(90,76,59); }

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