Html Css Color HEX #5E5704 Bronze Olive

📋 copy color: '#5E5704'

red 94 ◦ green 87 ◦ blue 4

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

Shades of Bronze Olive #5E5704

Tints of Bronze Olive #5E5704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.03%

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

R = 50.81%
G = 47.03%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5E5704 (or 0x5E5704) is known color: Bronze Olive. HEX triplet: 5E, 57 and 04. RGB value is (94,87,4). Sum of RGB (Red+Green+Blue) = 94+87+4=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5704 is #A1A8FB. Grayscale: #4F4F4F. Windows color (decimal): -10594556 or 284510. OLE color: 284510.

HSL color Cylindrical-coordinate representation of color #5E5704: hue angle of 55.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 #5E5704 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 87 4 -
CMYK 0 0.07 0.96 0.63
HSL 55.33º 0.92% 0.19% -
HSV(B) 55.33º 0.96% 0.37% -
XYZ 8.05 9.2 1.47 -
YUV 79.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 94 87 4 0 0.07 0.96 0.63 55.33 0.92 0.19
Hex 5E 57 4 0 7 60 3F 37 5C 13
Octal 136 127 4 0 7 140 77 67 134 23
Binary 1011110 1010111 100 0 111 1100000 111111 110111 1011100 10011

Color Harmonies of #5E5704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5704

Black with #5E5704

Text Example


Text Example

White with #5E5704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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