Html Css Color HEX #5A4A34 Metallic Bronze

📋 copy color: '#5A4A34'

red 90 ◦ green 74 ◦ blue 52

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

Shades of Metallic Bronze #5A4A34

Tints of Metallic Bronze #5A4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

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

R = 41.67%
G = 34.26%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A4A34 (or 0x5A4A34) is known color: Metallic Bronze. HEX triplet: 5A, 4A and 34. RGB value is (90,74,52). Sum of RGB (Red+Green+Blue) = 90+74+52=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A34 is #A5B5CB. Grayscale: #4C4C4C. Windows color (decimal): -10859980 or 3426906. OLE color: 3426906.

HSL color Cylindrical-coordinate representation of color #5A4A34: hue angle of 34.74º 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 #5A4A34 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 74 52 -
CMYK 0 0.18 0.42 0.65
HSL 34.74º 0.27% 0.28% -
HSV(B) 34.74º 0.42% 0.35% -
XYZ 7.29 7.32 4.28 -
YUV 76.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 90 74 52 0 0.18 0.42 0.65 34.74 0.27 0.28
Hex 5A 4A 34 0 12 2A 41 23 1B 1C
Octal 132 112 64 0 22 52 101 43 33 34
Binary 1011010 1001010 110100 0 10010 101010 1000001 100011 11011 11100

Color Harmonies of #5A4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4A34

Black with #5A4A34

Text Example


Text Example

White with #5A4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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