#4F4919

Color #4F4919 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #4F4919

Tints of Bronze Olive #4F4919

Color information

#4F4919 (or 0x4F4919) is unknown color: approx Bronze Olive. HEX triplet: 4F, 49 and 19. RGB value is (79,73,25). Sum of RGB (Red+Green+Blue) = 79+73+25=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4919 is #B0B6E6. Grayscale: #454545. Windows color (decimal): -11581159 or 1657167. OLE color: 1657167.

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

Color convert

RGB797325-
CMYK00.080.680.69
HSL53.33º51.92%20.39%-
HSV(B)53.33º68.35%30.98%-
XYZ5.786.51.87-
YUV69.32102.99134.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=44.63%
G=41.24%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79732500.080.680.6953.3351.9220.39
Hex4F4919084445353414
Octal11711131010104105656424
Binary1001111100100111001010001000100100010111010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F4919;
 }
 .AnyTagClassName
 {
   color: #4F4919;
 }
</style>
background-color css

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

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

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

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

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

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