Html Css Color HEX #4E490F Bronze Olive

📋 copy color: '#4E490F'

red 78 ◦ green 73 ◦ blue 15

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

Shades of Bronze Olive #4E490F

Tints of Bronze Olive #4E490F

RGB

 RED value IS 78 (30.86% from 255) = 46.99%

 GREEN value IS 73 (28.91% from 255) = 43.98%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 46.99%
G = 43.98%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4E490F (or 0x4E490F) is known color: Bronze Olive. HEX triplet: 4E, 49 and 0F. RGB value is (78,73,15). Sum of RGB (Red+Green+Blue) = 78+73+15=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E490F is #B1B6F0. Grayscale: #444444. Windows color (decimal): -11646705 or 1001806. OLE color: 1001806.

HSL color Cylindrical-coordinate representation of color #4E490F: hue angle of 55.24º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E490F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 73 15 -
CMYK 0 0.06 0.81 0.69
HSL 55.24º 0.68% 0.18% -
HSV(B) 55.24º 0.81% 0.31% -
XYZ 5.61 6.42 1.4 -
YUV 67.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 78 73 15 0 0.06 0.81 0.69 55.24 0.68 0.18
Hex 4E 49 F 0 6 51 45 37 44 12
Octal 116 111 17 0 6 121 105 67 104 22
Binary 1001110 1001001 1111 0 110 1010001 1000101 110111 1000100 10010

Color Harmonies of #4E490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E490F

Black with #4E490F

Text Example


Text Example

White with #4E490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E490F; }

 p { color: rgb(78,73,15); }

 H1.HeaderClassName
 {
   color: #4E490F;
 }
 .AnyTagClassName
 {
   color: #4E490F;
 }
</style>

background-color css

<style>
 a { background-color: #4E490F; }

 a { background-color: rgb(78,73,15); }

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

border-color css

<style>
 span { border-color: #4E490F; }

 span { border-color: rgb(78,73,15); }

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