Html Css Color HEX #5E4C35 Metallic Bronze

📋 copy color: '#5E4C35'

red 94 ◦ green 76 ◦ blue 53

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

Shades of Metallic Bronze #5E4C35

Tints of Metallic Bronze #5E4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 42.15%
G = 34.08%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5E4C35 (or 0x5E4C35) is known color: Metallic Bronze. HEX triplet: 5E, 4C and 35. RGB value is (94,76,53). Sum of RGB (Red+Green+Blue) = 94+76+53=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4C35 is #A1B3CA. Grayscale: #4E4E4E. Windows color (decimal): -10597323 or 3492958. OLE color: 3492958.

HSL color Cylindrical-coordinate representation of color #5E4C35: hue angle of 33.66º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E4C35 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 76 53 -
CMYK 0 0.19 0.44 0.63
HSL 33.66º 0.28% 0.29% -
HSV(B) 33.66º 0.44% 0.37% -
XYZ 7.84 7.81 4.46 -
YUV 78.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 94 76 53 0 0.19 0.44 0.63 33.66 0.28 0.29
Hex 5E 4C 35 0 13 2C 3F 22 1C 1D
Octal 136 114 65 0 23 54 77 42 34 35
Binary 1011110 1001100 110101 0 10011 101100 111111 100010 11100 11101

Color Harmonies of #5E4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4C35

Black with #5E4C35

Text Example


Text Example

White with #5E4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,76,53); }

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

background-color css

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

 a { background-color: rgb(94,76,53); }

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

border-color css

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

 span { border-color: rgb(94,76,53); }

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