#4F4811

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

Shades of Bronze Olive #4F4811

Tints of Bronze Olive #4F4811

Color information

#4F4811 (or 0x4F4811) is unknown color: approx Bronze Olive. HEX triplet: 4F, 48 and 11. RGB value is (79,72,17). Sum of RGB (Red+Green+Blue) = 79+72+17=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4811 is #B0B7EE. Grayscale: #444444. Windows color (decimal): -11581423 or 1132623. OLE color: 1132623.

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

Color convert

RGB797217-
CMYK00.090.780.69
HSL53.23º64.58%18.82%-
HSV(B)53.23º78.48%30.98%-
XYZ5.646.341.46-
YUV67.8299.32135.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=47.02%
G=42.86%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79721700.090.780.6953.2364.5818.82
Hex4F4811094E45354113
Octal117110210111161056510123
Binary10011111001000100010100110011101000101110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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