Html Css Color HEX #4E491E Bronze Olive

📋 copy color: '#4E491E'

red 78 ◦ green 73 ◦ blue 30

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

Shades of Bronze Olive #4E491E

Tints of Bronze Olive #4E491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 43.09%
G = 40.33%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E491E (or 0x4E491E) is known color: Bronze Olive. HEX triplet: 4E, 49 and 1E. RGB value is (78,73,30). Sum of RGB (Red+Green+Blue) = 78+73+30=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E491E is #B1B6E1. Grayscale: #454545. Windows color (decimal): -11646690 or 1984846. OLE color: 1984846.

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

Color convert

RGB 78 73 30 -
CMYK 0 0.06 0.62 0.69
HSL 53.75º 0.44% 0.21% -
HSV(B) 53.75º 0.62% 0.31% -
XYZ 5.76 6.48 2.18 -
YUV 69.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 78 73 30 0 0.06 0.62 0.69 53.75 0.44 0.21
Hex 4E 49 1E 0 6 3E 45 36 2C 15
Octal 116 111 36 0 6 76 105 66 54 25
Binary 1001110 1001001 11110 0 110 111110 1000101 110110 101100 10101

Color Harmonies of #4E491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E491E

Black with #4E491E

Text Example


Text Example

White with #4E491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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