Html Css Color HEX #4D4821 Bronze Olive

📋 copy color: '#4D4821'

red 77 ◦ green 72 ◦ blue 33

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

Shades of Bronze Olive #4D4821

Tints of Bronze Olive #4D4821

RGB

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

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

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

R = 42.31%
G = 39.56%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D4821 (or 0x4D4821) is known color: Bronze Olive. HEX triplet: 4D, 48 and 21. RGB value is (77,72,33). Sum of RGB (Red+Green+Blue) = 77+72+33=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4821 is #B2B7DE. Grayscale: #454545. Windows color (decimal): -11712479 or 2181197. OLE color: 2181197.

HSL color Cylindrical-coordinate representation of color #4D4821: hue angle of 53.18º 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 #4D4821 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 33 -
CMYK 0 0.06 0.57 0.70
HSL 53.18º 0.4% 0.22% -
HSV(B) 53.18º 0.57% 0.3% -
XYZ 5.65 6.32 2.36 -
YUV 69.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 77 72 33 0 0.06 0.57 0.70 53.18 0.4 0.22
Hex 4D 48 21 0 6 39 46 35 28 16
Octal 115 110 41 0 6 71 106 65 50 26
Binary 1001101 1001000 100001 0 110 111001 1000110 110101 101000 10110

Color Harmonies of #4D4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4821

Black with #4D4821

Text Example


Text Example

White with #4D4821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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