Html Css Color HEX #5E4D39 Metallic Bronze

📋 copy color: '#5E4D39'

red 94 ◦ green 77 ◦ blue 57

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

Shades of Metallic Bronze #5E4D39

Tints of Metallic Bronze #5E4D39

RGB

 RED value IS 94 (37.11% from 255) = 41.23%

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

 BLUE value IS 57 (22.66% from 255) = 25%

R = 41.23%
G = 33.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E4D39 (or 0x5E4D39) is known color: Metallic Bronze. HEX triplet: 5E, 4D and 39. RGB value is (94,77,57). Sum of RGB (Red+Green+Blue) = 94+77+57=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4D39 is #A1B2C6. Grayscale: #4F4F4F. Windows color (decimal): -10597063 or 3755358. OLE color: 3755358.

HSL color Cylindrical-coordinate representation of color #5E4D39: hue angle of 32.43º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E4D39 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 77 57 -
CMYK 0 0.18 0.39 0.63
HSL 32.43º 0.25% 0.3% -
HSV(B) 32.43º 0.39% 0.37% -
XYZ 8.01 7.98 4.99 -
YUV 79.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 94 77 57 0 0.18 0.39 0.63 32.43 0.25 0.3
Hex 5E 4D 39 0 12 27 3F 20 19 1E
Octal 136 115 71 0 22 47 77 40 31 36
Binary 1011110 1001101 111001 0 10010 100111 111111 100000 11001 11110

Color Harmonies of #5E4D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4D39

Black with #5E4D39

Text Example


Text Example

White with #5E4D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,77,57); }

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

background-color css

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

 a { background-color: rgb(94,77,57); }

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

border-color css

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

 span { border-color: rgb(94,77,57); }

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