#4F4820

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

Shades of Bronze Olive #4F4820

Tints of Bronze Olive #4F4820

Color information

#4F4820 (or 0x4F4820) is unknown color: approx Bronze Olive. HEX triplet: 4F, 48 and 20. RGB value is (79,72,32). Sum of RGB (Red+Green+Blue) = 79+72+32=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4820 is #B0B7DF. Grayscale: #454545. Windows color (decimal): -11581408 or 2115663. OLE color: 2115663.

HSL color Cylindrical-coordinate representation of color #4F4820: hue angle of 51.06º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4820 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB797232-
CMYK00.090.590.69
HSL51.06º42.34%21.76%-
HSV(B)51.06º59.49%30.98%-
XYZ5.86.42.3-
YUV69.53106.82134.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=43.17%
G=39.34%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79723200.090.590.6951.0642.3421.76
Hex4F4820093B45332a16
Octal1171104001173105635226
Binary1001111100100010000001001111011100010111001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,32); }

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

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

 a { background-color: rgb(79,72,32); }

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

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

 span { border-color: rgb(79,72,32); }

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