Html Css Color HEX #5E5601 Bronze Olive

📋 copy color: '#5E5601'

red 94 ◦ green 86 ◦ blue 1

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

Shades of Bronze Olive #5E5601

Tints of Bronze Olive #5E5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.51%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 51.93%
G = 47.51%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5E5601 (or 0x5E5601) is known color: Bronze Olive. HEX triplet: 5E, 56 and 01. RGB value is (94,86,1). Sum of RGB (Red+Green+Blue) = 94+86+1=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5601 is #A1A9FE. Grayscale: #4F4F4F. Windows color (decimal): -10594815 or 87646. OLE color: 87646.

HSL color Cylindrical-coordinate representation of color #5E5601: hue angle of 54.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E5601 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 86 1 -
CMYK 0 0.09 0.99 0.63
HSL 54.84º 0.98% 0.19% -
HSV(B) 54.84º 0.99% 0.37% -
XYZ 7.95 9.04 1.35 -
YUV 78.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 94 86 1 0 0.09 0.99 0.63 54.84 0.98 0.19
Hex 5E 56 1 0 9 63 3F 37 62 13
Octal 136 126 1 0 11 143 77 67 142 23
Binary 1011110 1010110 1 0 1001 1100011 111111 110111 1100010 10011

Color Harmonies of #5E5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5601

Black with #5E5601

Text Example


Text Example

White with #5E5601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,1); }

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

background-color css

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

 a { background-color: rgb(94,86,1); }

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

border-color css

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

 span { border-color: rgb(94,86,1); }

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