Html Css Color HEX #4E4821 Bronze Olive

📋 copy color: '#4E4821'

red 78 ◦ green 72 ◦ blue 33

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

Shades of Bronze Olive #4E4821

Tints of Bronze Olive #4E4821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 42.62%
G = 39.34%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4E4821 (or 0x4E4821) is known color: Bronze Olive. HEX triplet: 4E, 48 and 21. RGB value is (78,72,33). Sum of RGB (Red+Green+Blue) = 78+72+33=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4821 is #B1B7DE. Grayscale: #454545. Windows color (decimal): -11646943 or 2181198. OLE color: 2181198.

HSL color Cylindrical-coordinate representation of color #4E4821: hue angle of 52º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E4821 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 72 33 -
CMYK 0 0.08 0.58 0.69
HSL 52º 0.41% 0.22% -
HSV(B) 52º 0.58% 0.31% -
XYZ 5.73 6.36 2.37 -
YUV 69.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 78 72 33 0 0.08 0.58 0.69 52 0.41 0.22
Hex 4E 48 21 0 8 3A 45 34 29 16
Octal 116 110 41 0 10 72 105 64 51 26
Binary 1001110 1001000 100001 0 1000 111010 1000101 110100 101001 10110

Color Harmonies of #4E4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4821

Black with #4E4821

Text Example


Text Example

White with #4E4821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,33); }

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

background-color css

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

 a { background-color: rgb(78,72,33); }

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

border-color css

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

 span { border-color: rgb(78,72,33); }

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