Html Css Color HEX #4D4918 Bronze Olive

📋 copy color: '#4D4918'

red 77 ◦ green 73 ◦ blue 24

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

Shades of Bronze Olive #4D4918

Tints of Bronze Olive #4D4918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 44.25%
G = 41.95%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D4918 (or 0x4D4918) is known color: Bronze Olive. HEX triplet: 4D, 49 and 18. RGB value is (77,73,24). Sum of RGB (Red+Green+Blue) = 77+73+24=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4918 is #B2B6E7. Grayscale: #444444. Windows color (decimal): -11712232 or 1591629. OLE color: 1591629.

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

Color convert

RGB 77 73 24 -
CMYK 0 0.05 0.69 0.70
HSL 55.47º 0.52% 0.2% -
HSV(B) 55.47º 0.69% 0.3% -
XYZ 5.61 6.41 1.81 -
YUV 68.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 77 73 24 0 0.05 0.69 0.70 55.47 0.52 0.2
Hex 4D 49 18 0 5 45 46 37 34 14
Octal 115 111 30 0 5 105 106 67 64 24
Binary 1001101 1001001 11000 0 101 1000101 1000110 110111 110100 10100

Color Harmonies of #4D4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4918

Black with #4D4918

Text Example


Text Example

White with #4D4918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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