Html Css Color HEX #5E5019 Bronze Olive

📋 copy color: '#5E5019'

red 94 ◦ green 80 ◦ blue 25

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

Shades of Bronze Olive #5E5019

Tints of Bronze Olive #5E5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 25 (10.16% from 255) = 12.56%

R = 47.24%
G = 40.2%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#5E5019 (or 0x5E5019) is known color: Bronze Olive. HEX triplet: 5E, 50 and 19. RGB value is (94,80,25). Sum of RGB (Red+Green+Blue) = 94+80+25=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5019 is #A1AFE6. Grayscale: #4E4E4E. Windows color (decimal): -10596327 or 1658974. OLE color: 1658974.

HSL color Cylindrical-coordinate representation of color #5E5019: hue angle of 47.83º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E5019 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 80 25 -
CMYK 0 0.15 0.73 0.63
HSL 47.83º 0.58% 0.23% -
HSV(B) 47.83º 0.73% 0.37% -
XYZ 7.66 8.19 2.1 -
YUV 77.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 94 80 25 0 0.15 0.73 0.63 47.83 0.58 0.23
Hex 5E 50 19 0 F 49 3F 30 3A 17
Octal 136 120 31 0 17 111 77 60 72 27
Binary 1011110 1010000 11001 0 1111 1001001 111111 110000 111010 10111

Color Harmonies of #5E5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5019

Black with #5E5019

Text Example


Text Example

White with #5E5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,80,25); }

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

background-color css

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

 a { background-color: rgb(94,80,25); }

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

border-color css

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

 span { border-color: rgb(94,80,25); }

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