Html Css Color HEX #4D4919 Bronze Olive

📋 copy color: '#4D4919'

red 77 ◦ green 73 ◦ blue 25

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

Shades of Bronze Olive #4D4919

Tints of Bronze Olive #4D4919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 44%
G = 41.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D4919 (or 0x4D4919) is known color: Bronze Olive. HEX triplet: 4D, 49 and 19. RGB value is (77,73,25). Sum of RGB (Red+Green+Blue) = 77+73+25=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4919 is #B2B6E6. Grayscale: #444444. Windows color (decimal): -11712231 or 1657165. OLE color: 1657165.

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

Color convert

RGB 77 73 25 -
CMYK 0 0.05 0.68 0.70
HSL 55.38º 0.51% 0.2% -
HSV(B) 55.38º 0.68% 0.3% -
XYZ 5.62 6.41 1.86 -
YUV 68.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 77 73 25 0 0.05 0.68 0.70 55.38 0.51 0.2
Hex 4D 49 19 0 5 44 46 37 33 14
Octal 115 111 31 0 5 104 106 67 63 24
Binary 1001101 1001001 11001 0 101 1000100 1000110 110111 110011 10100

Color Harmonies of #4D4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4919

Black with #4D4919

Text Example


Text Example

White with #4D4919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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