Html Css Color HEX #5A4A38 Metallic Bronze

📋 copy color: '#5A4A38'

red 90 ◦ green 74 ◦ blue 56

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

Shades of Metallic Bronze #5A4A38

Tints of Metallic Bronze #5A4A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 40.91%
G = 33.64%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A4A38 (or 0x5A4A38) is known color: Metallic Bronze. HEX triplet: 5A, 4A and 38. RGB value is (90,74,56). Sum of RGB (Red+Green+Blue) = 90+74+56=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A38 is #A5B5C7. Grayscale: #4C4C4C. Windows color (decimal): -10859976 or 3689050. OLE color: 3689050.

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

Color convert

RGB 90 74 56 -
CMYK 0 0.18 0.38 0.65
HSL 31.76º 0.23% 0.29% -
HSV(B) 31.76º 0.38% 0.35% -
XYZ 7.38 7.36 4.77 -
YUV 76.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 90 74 56 0 0.18 0.38 0.65 31.76 0.23 0.29
Hex 5A 4A 38 0 12 26 41 20 17 1D
Octal 132 112 70 0 22 46 101 40 27 35
Binary 1011010 1001010 111000 0 10010 100110 1000001 100000 10111 11101

Color Harmonies of #5A4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4A38

Black with #5A4A38

Text Example


Text Example

White with #5A4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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