Html Css Color HEX #747221 Olivetone

📋 copy color: '#747221'

red 116 ◦ green 114 ◦ blue 33

#747221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #747221

Tints of Olivetone #747221

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#747221 (or 0x747221) is known color: 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

RGB 116 114 33 -
CMYK 0 0.02 0.72 0.55
HSL 58.55º 0.56% 0.29% -
HSV(B) 58.55º 0.72% 0.45% -
XYZ 13.49 15.86 3.79 -
YUV 105.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 116 114 33 0 0.02 0.72 0.55 58.55 0.56 0.29
Hex 74 72 21 0 2 48 37 3B 38 1D
Octal 164 162 41 0 2 110 67 73 70 35
Binary 1110100 1110010 100001 0 10 1001000 110111 111011 111000 11101

Color Harmonies of #747221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747221

Black with #747221

Text Example


Text Example

White with #747221

Text Example


Text Example

HTML Codes & Css Web 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>