#4F471A

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

Shades of Bronze Olive #4F471A

Tints of Bronze Olive #4F471A

Color information

#4F471A (or 0x4F471A) is unknown color: approx Bronze Olive. HEX triplet: 4F, 47 and 1A. RGB value is (79,71,26). Sum of RGB (Red+Green+Blue) = 79+71+26=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F471A is #B0B8E5. Grayscale: #444444. Windows color (decimal): -11581670 or 1722191. OLE color: 1722191.

HSL color Cylindrical-coordinate representation of color #4F471A: hue angle of 50.94º 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 #4F471A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB797126-
CMYK00.100.670.69
HSL50.94º50.48%20.59%-
HSV(B)50.94º67.09%30.98%-
XYZ5.666.241.88-
YUV68.26104.15135.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=44.89%
G=40.34%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79712600.100.670.6950.9450.4820.59
Hex4F471A0A4345333215
Octal11710732012103105636225
Binary1001111100011111010010101000011100010111001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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