Html Css Color HEX #4D4921 Bronze Olive

📋 copy color: '#4D4921'

red 77 ◦ green 73 ◦ blue 33

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

Shades of Bronze Olive #4D4921

Tints of Bronze Olive #4D4921

RGB

 RED value IS 77 (30.47% from 255) = 42.08%

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

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

R = 42.08%
G = 39.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D4921 (or 0x4D4921) is known color: Bronze Olive. HEX triplet: 4D, 49 and 21. RGB value is (77,73,33). Sum of RGB (Red+Green+Blue) = 77+73+33=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4921 is #B2B6DE. Grayscale: #454545. Windows color (decimal): -11712223 or 2181453. OLE color: 2181453.

HSL color Cylindrical-coordinate representation of color #4D4921: hue angle of 54.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4921 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 73 33 -
CMYK 0 0.05 0.57 0.70
HSL 54.55º 0.4% 0.22% -
HSV(B) 54.55º 0.57% 0.3% -
XYZ 5.72 6.45 2.38 -
YUV 69.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 77 73 33 0 0.05 0.57 0.70 54.55 0.4 0.22
Hex 4D 49 21 0 5 39 46 37 28 16
Octal 115 111 41 0 5 71 106 67 50 26
Binary 1001101 1001001 100001 0 101 111001 1000110 110111 101000 10110

Color Harmonies of #4D4921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4921

Black with #4D4921

Text Example


Text Example

White with #4D4921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,33); }

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

background-color css

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

 a { background-color: rgb(77,73,33); }

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

border-color css

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

 span { border-color: rgb(77,73,33); }

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