#4F4823

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

Shades of Bronze Olive #4F4823

Tints of Bronze Olive #4F4823

Color information

#4F4823 (or 0x4F4823) is unknown color: approx Bronze Olive. HEX triplet: 4F, 48 and 23. RGB value is (79,72,35). Sum of RGB (Red+Green+Blue) = 79+72+35=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4823 is #B0B7DC. Grayscale: #464646. Windows color (decimal): -11581405 or 2312271. OLE color: 2312271.

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

Color convert

RGB797235-
CMYK00.090.560.69
HSL50.45º38.6%22.35%-
HSV(B)50.45º55.7%30.98%-
XYZ5.856.422.52-
YUV69.87108.32134.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=42.47%
G=38.71%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79723500.090.560.6950.4538.622.35
Hex4F4823093845322716
Octal1171104301170105624726
Binary1001111100100010001101001111000100010111001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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