Html Css Color HEX #5C4D3A Metallic Bronze

📋 copy color: '#5C4D3A'

red 92 ◦ green 77 ◦ blue 58

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

Shades of Metallic Bronze #5C4D3A

Tints of Metallic Bronze #5C4D3A

RGB

 RED value IS 92 (36.33% from 255) = 40.53%

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 40.53%
G = 33.92%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C4D3A (or 0x5C4D3A) is known color: Metallic Bronze. HEX triplet: 5C, 4D and 3A. RGB value is (92,77,58). Sum of RGB (Red+Green+Blue) = 92+77+58=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4D3A is #A3B2C5. Grayscale: #4F4F4F. Windows color (decimal): -10728134 or 3820892. OLE color: 3820892.

HSL color Cylindrical-coordinate representation of color #5C4D3A: hue angle of 33.53º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C4D3A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 77 58 -
CMYK 0 0.16 0.37 0.64
HSL 33.53º 0.23% 0.29% -
HSV(B) 33.53º 0.37% 0.36% -
XYZ 7.83 7.89 5.11 -
YUV 79.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 92 77 58 0 0.16 0.37 0.64 33.53 0.23 0.29
Hex 5C 4D 3A 0 10 25 40 22 17 1D
Octal 134 115 72 0 20 45 100 42 27 35
Binary 1011100 1001101 111010 0 10000 100101 1000000 100010 10111 11101

Color Harmonies of #5C4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4D3A

Black with #5C4D3A

Text Example


Text Example

White with #5C4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,77,58); }

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

background-color css

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

 a { background-color: rgb(92,77,58); }

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

border-color css

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

 span { border-color: rgb(92,77,58); }

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