Html Css Color HEX #5E5404 Bronze Olive

📋 copy color: '#5E5404'

red 94 ◦ green 84 ◦ blue 4

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

Shades of Bronze Olive #5E5404

Tints of Bronze Olive #5E5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 51.65%
G = 46.15%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5E5404 (or 0x5E5404) is known color: Bronze Olive. HEX triplet: 5E, 54 and 04. RGB value is (94,84,4). Sum of RGB (Red+Green+Blue) = 94+84+4=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5404 is #A1ABFB. Grayscale: #4E4E4E. Windows color (decimal): -10595324 or 283742. OLE color: 283742.

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

Color convert

RGB 94 84 4 -
CMYK 0 0.11 0.96 0.63
HSL 53.33º 0.92% 0.19% -
HSV(B) 53.33º 0.96% 0.37% -
XYZ 7.81 8.73 1.39 -
YUV 77.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 94 84 4 0 0.11 0.96 0.63 53.33 0.92 0.19
Hex 5E 54 4 0 B 60 3F 35 5C 13
Octal 136 124 4 0 13 140 77 65 134 23
Binary 1011110 1010100 100 0 1011 1100000 111111 110101 1011100 10011

Color Harmonies of #5E5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5404

Black with #5E5404

Text Example


Text Example

White with #5E5404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,84,4); }

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

background-color css

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

 a { background-color: rgb(94,84,4); }

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

border-color css

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

 span { border-color: rgb(94,84,4); }

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