Html Css Color HEX #5E4614 Bronze Olive

📋 copy color: '#5E4614'

red 94 ◦ green 70 ◦ blue 20

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

Shades of Bronze Olive #5E4614

Tints of Bronze Olive #5E4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 51.09%
G = 38.04%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#5E4614 (or 0x5E4614) is known color: Bronze Olive. HEX triplet: 5E, 46 and 14. RGB value is (94,70,20). Sum of RGB (Red+Green+Blue) = 94+70+20=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4614 is #A1B9EB. Grayscale: #474747. Windows color (decimal): -10598892 or 1328734. OLE color: 1328734.

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

Color convert

RGB 94 70 20 -
CMYK 0 0.26 0.79 0.63
HSL 40.54º 0.65% 0.22% -
HSV(B) 40.54º 0.79% 0.37% -
XYZ 6.93 6.81 1.61 -
YUV 71.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 94 70 20 0 0.26 0.79 0.63 40.54 0.65 0.22
Hex 5E 46 14 0 1A 4F 3F 29 41 16
Octal 136 106 24 0 32 117 77 51 101 26
Binary 1011110 1000110 10100 0 11010 1001111 111111 101001 1000001 10110

Color Harmonies of #5E4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4614

Black with #5E4614

Text Example


Text Example

White with #5E4614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,70,20); }

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

background-color css

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

 a { background-color: rgb(94,70,20); }

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

border-color css

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

 span { border-color: rgb(94,70,20); }

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