Html Css Color HEX #5A4D3D Metallic Bronze

📋 copy color: '#5A4D3D'

red 90 ◦ green 77 ◦ blue 61

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

Shades of Metallic Bronze #5A4D3D

Tints of Metallic Bronze #5A4D3D

RGB

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

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

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

R = 39.47%
G = 33.77%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A4D3D (or 0x5A4D3D) is known color: Metallic Bronze. HEX triplet: 5A, 4D and 3D. RGB value is (90,77,61). Sum of RGB (Red+Green+Blue) = 90+77+61=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D3D is #A5B2C2. Grayscale: #4F4F4F. Windows color (decimal): -10859203 or 4017498. OLE color: 4017498.

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

Color convert

RGB 90 77 61 -
CMYK 0 0.14 0.32 0.65
HSL 33.1º 0.19% 0.3% -
HSV(B) 33.1º 0.32% 0.35% -
XYZ 7.71 7.82 5.52 -
YUV 79.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 90 77 61 0 0.14 0.32 0.65 33.1 0.19 0.3
Hex 5A 4D 3D 0 E 20 41 21 13 1E
Octal 132 115 75 0 16 40 101 41 23 36
Binary 1011010 1001101 111101 0 1110 100000 1000001 100001 10011 11110

Color Harmonies of #5A4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D3D

Black with #5A4D3D

Text Example


Text Example

White with #5A4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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