Html Css Color HEX #5A4E3D Metallic Bronze

📋 copy color: '#5A4E3D'

red 90 ◦ green 78 ◦ blue 61

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

Shades of Metallic Bronze #5A4E3D

Tints of Metallic Bronze #5A4E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 39.3%
G = 34.06%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A4E3D (or 0x5A4E3D) is known color: Metallic Bronze. HEX triplet: 5A, 4E and 3D. RGB value is (90,78,61). Sum of RGB (Red+Green+Blue) = 90+78+61=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E3D is #A5B1C2. Grayscale: #4F4F4F. Windows color (decimal): -10858947 or 4017754. OLE color: 4017754.

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

Color convert

RGB 90 78 61 -
CMYK 0 0.13 0.32 0.65
HSL 35.17º 0.19% 0.3% -
HSV(B) 35.17º 0.32% 0.35% -
XYZ 7.78 7.96 5.54 -
YUV 79.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 90 78 61 0 0.13 0.32 0.65 35.17 0.19 0.3
Hex 5A 4E 3D 0 D 20 41 23 13 1E
Octal 132 116 75 0 15 40 101 43 23 36
Binary 1011010 1001110 111101 0 1101 100000 1000001 100011 10011 11110

Color Harmonies of #5A4E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E3D

Black with #5A4E3D

Text Example


Text Example

White with #5A4E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,61); }

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

background-color css

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

 a { background-color: rgb(90,78,61); }

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

border-color css

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

 span { border-color: rgb(90,78,61); }

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