Html Css Color HEX #5E490D Bronze Olive

📋 copy color: '#5E490D'

red 94 ◦ green 73 ◦ blue 13

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

Shades of Bronze Olive #5E490D

Tints of Bronze Olive #5E490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.22%

R = 52.22%
G = 40.56%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#5E490D (or 0x5E490D) is known color: Bronze Olive. HEX triplet: 5E, 49 and 0D. RGB value is (94,73,13). Sum of RGB (Red+Green+Blue) = 94+73+13=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E490D is #A1B6F2. Grayscale: #484848. Windows color (decimal): -10598131 or 870750. OLE color: 870750.

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

Color convert

RGB 94 73 13 -
CMYK 0 0.22 0.86 0.63
HSL 44.44º 0.76% 0.21% -
HSV(B) 44.44º 0.86% 0.37% -
XYZ 7.07 7.17 1.39 -
YUV 72.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 94 73 13 0 0.22 0.86 0.63 44.44 0.76 0.21
Hex 5E 49 D 0 16 56 3F 2C 4C 15
Octal 136 111 15 0 26 126 77 54 114 25
Binary 1011110 1001001 1101 0 10110 1010110 111111 101100 1001100 10101

Color Harmonies of #5E490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E490D

Black with #5E490D

Text Example


Text Example

White with #5E490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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