#747221

Color #747221 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #747221

Tints of Olivetone #747221

Color information

#747221 (or 0x747221) is unknown color: approx Olivetone. HEX triplet: 74, 72 and 21. RGB value is (116,114,33). Sum of RGB (Red+Green+Blue) = 116+114+33=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #747221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747221 is #8B8DDE. Grayscale: #696969. Windows color (decimal): -9145823 or 2191988. OLE color: 2191988.

HSL color Cylindrical-coordinate representation of color #747221: hue angle of 58.55º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #747221 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11611433-
CMYK00.020.720.55
HSL58.55º55.7%29.22%-
HSV(B)58.55º71.55%45.49%-
XYZ13.4915.863.79-
YUV105.3687.16135.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=44.11%
G=43.35%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161143300.020.720.5558.5555.729.22
Hex7472210248373b381d
Octal164162410211067737035
Binary11101001110010100001010100100011011111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747221; }

 p { color: rgb(116,114,33); }

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

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

 a { background-color: rgb(116,114,33); }

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

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

 span { border-color: rgb(116,114,33); }

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