Html Css Color HEX #5E4E09 Bronze Olive

📋 copy color: '#5E4E09'

red 94 ◦ green 78 ◦ blue 9

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

Shades of Bronze Olive #5E4E09

Tints of Bronze Olive #5E4E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.97%

R = 51.93%
G = 43.09%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.63

RGB Variations

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

Color information

#5E4E09 (or 0x5E4E09) is known color: Bronze Olive. HEX triplet: 5E, 4E and 09. RGB value is (94,78,9). Sum of RGB (Red+Green+Blue) = 94+78+9=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E4E09 is #A1B1F6. Grayscale: #4B4B4B. Windows color (decimal): -10596855 or 609886. OLE color: 609886.

HSL color Cylindrical-coordinate representation of color #5E4E09: hue angle of 48.71º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E4E09 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 78 9 -
CMYK 0 0.17 0.90 0.63
HSL 48.71º 0.83% 0.2% -
HSV(B) 48.71º 0.9% 0.37% -
XYZ 7.39 7.85 1.38 -
YUV 74.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 94 78 9 0 0.17 0.90 0.63 48.71 0.83 0.2
Hex 5E 4E 9 0 11 5A 3F 31 53 14
Octal 136 116 11 0 21 132 77 61 123 24
Binary 1011110 1001110 1001 0 10001 1011010 111111 110001 1010011 10100

Color Harmonies of #5E4E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4E09

Black with #5E4E09

Text Example


Text Example

White with #5E4E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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