Html Css Color HEX #5E4E35 Metallic Bronze

📋 copy color: '#5E4E35'

red 94 ◦ green 78 ◦ blue 53

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

Shades of Metallic Bronze #5E4E35

Tints of Metallic Bronze #5E4E35

RGB

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

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

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

R = 41.78%
G = 34.67%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5E4E35 (or 0x5E4E35) is known color: Metallic Bronze. HEX triplet: 5E, 4E and 35. RGB value is (94,78,53). Sum of RGB (Red+Green+Blue) = 94+78+53=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4E35 is #A1B1CA. Grayscale: #505050. Windows color (decimal): -10596811 or 3493470. OLE color: 3493470.

HSL color Cylindrical-coordinate representation of color #5E4E35: hue angle of 36.59º 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 #5E4E35 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 78 53 -
CMYK 0 0.17 0.44 0.63
HSL 36.59º 0.28% 0.29% -
HSV(B) 36.59º 0.44% 0.37% -
XYZ 7.98 8.09 4.51 -
YUV 79.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 94 78 53 0 0.17 0.44 0.63 36.59 0.28 0.29
Hex 5E 4E 35 0 11 2C 3F 25 1C 1D
Octal 136 116 65 0 21 54 77 45 34 35
Binary 1011110 1001110 110101 0 10001 101100 111111 100101 11100 11101

Color Harmonies of #5E4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4E35

Black with #5E4E35

Text Example


Text Example

White with #5E4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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