Html Css Color HEX #5E491F Bronze Olive

📋 copy color: '#5E491F'

red 94 ◦ green 73 ◦ blue 31

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

Shades of Bronze Olive #5E491F

Tints of Bronze Olive #5E491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 47.47%
G = 36.87%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5E491F (or 0x5E491F) is known color: Bronze Olive. HEX triplet: 5E, 49 and 1F. RGB value is (94,73,31). Sum of RGB (Red+Green+Blue) = 94+73+31=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E491F is #A1B6E0. Grayscale: #4A4A4A. Windows color (decimal): -10598113 or 2050398. OLE color: 2050398.

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

Color convert

RGB 94 73 31 -
CMYK 0 0.22 0.67 0.63
HSL 40º 0.5% 0.25% -
HSV(B) 40º 0.67% 0.37% -
XYZ 7.25 7.24 2.31 -
YUV 74.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 94 73 31 0 0.22 0.67 0.63 40 0.5 0.25
Hex 5E 49 1F 0 16 43 3F 28 32 19
Octal 136 111 37 0 26 103 77 50 62 31
Binary 1011110 1001001 11111 0 10110 1000011 111111 101000 110010 11001

Color Harmonies of #5E491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E491F

Black with #5E491F

Text Example


Text Example

White with #5E491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,31); }

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

background-color css

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

 a { background-color: rgb(94,73,31); }

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

border-color css

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

 span { border-color: rgb(94,73,31); }

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