#4F490B

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

Shades of Bronze Olive #4F490B

Tints of Bronze Olive #4F490B

Color information

#4F490B (or 0x4F490B) is unknown color: approx Bronze Olive. HEX triplet: 4F, 49 and 0B. RGB value is (79,73,11). Sum of RGB (Red+Green+Blue) = 79+73+11=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F490B is #B0B6F4. Grayscale: #434343. Windows color (decimal): -11581173 or 739663. OLE color: 739663.

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

Color convert

RGB797311-
CMYK00.080.860.69
HSL54.71º75.56%17.65%-
HSV(B)54.71º86.08%30.98%-
XYZ5.676.451.26-
YUV67.7395.99136.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.47%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=48.47%
G=44.79%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79731100.080.860.6954.7175.5617.65
Hex4F49B085645374c12
Octal117111130101261056711422
Binary1001111100100110110100010101101000101110111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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