Html Css Color HEX #5E4F06 Bronze Olive

📋 copy color: '#5E4F06'

red 94 ◦ green 79 ◦ blue 6

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

Shades of Bronze Olive #5E4F06

Tints of Bronze Olive #5E4F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.13%

 BLUE value IS 6 (2.73% from 255) = 3.35%

R = 52.51%
G = 44.13%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E4F06 (or 0x5E4F06) is known color: Bronze Olive. HEX triplet: 5E, 4F and 06. RGB value is (94,79,6). Sum of RGB (Red+Green+Blue) = 94+79+6=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E4F06 is #A1B0F9. Grayscale: #4B4B4B. Windows color (decimal): -10596602 or 413534. OLE color: 413534.

HSL color Cylindrical-coordinate representation of color #5E4F06: hue angle of 49.77º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E4F06 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 79 6 -
CMYK 0 0.16 0.94 0.63
HSL 49.77º 0.88% 0.2% -
HSV(B) 49.77º 0.94% 0.37% -
XYZ 7.44 7.98 1.32 -
YUV 75.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 94 79 6 0 0.16 0.94 0.63 49.77 0.88 0.2
Hex 5E 4F 6 0 10 5E 3F 32 58 14
Octal 136 117 6 0 20 136 77 62 130 24
Binary 1011110 1001111 110 0 10000 1011110 111111 110010 1011000 10100

Color Harmonies of #5E4F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4F06

Black with #5E4F06

Text Example


Text Example

White with #5E4F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,79,6); }

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

background-color css

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

 a { background-color: rgb(94,79,6); }

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

border-color css

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

 span { border-color: rgb(94,79,6); }

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