#4F491A

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

Shades of Bronze Olive #4F491A

Tints of Bronze Olive #4F491A

Color information

#4F491A (or 0x4F491A) is unknown color: approx Bronze Olive. HEX triplet: 4F, 49 and 1A. RGB value is (79,73,26). Sum of RGB (Red+Green+Blue) = 79+73+26=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F491A is #B0B6E5. Grayscale: #454545. Windows color (decimal): -11581158 or 1722703. OLE color: 1722703.

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

Color convert

RGB797326-
CMYK00.080.670.69
HSL53.21º50.48%20.59%-
HSV(B)53.21º67.09%30.98%-
XYZ5.796.51.93-
YUV69.44103.49134.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=44.38%
G=41.01%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79732600.080.670.6953.2150.4820.59
Hex4F491A084345353215
Octal11711132010103105656225
Binary1001111100100111010010001000011100010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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