Html Css Color HEX #747320 Olivetone

📋 copy color: '#747320'

red 116 ◦ green 115 ◦ blue 32

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

Shades of Olivetone #747320

Tints of Olivetone #747320

RGB

 RED value IS 116 (45.7% from 255) = 44.11%

 GREEN value IS 115 (45.31% from 255) = 43.73%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 44.11%
G = 43.73%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#747320 (or 0x747320) is known color: Olivetone. HEX triplet: 74, 73 and 20. RGB value is (116,115,32). Sum of RGB (Red+Green+Blue) = 116+115+32=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #747320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747320 is #8B8CDF. Grayscale: #6A6A6A. Windows color (decimal): -9145568 or 2126708. OLE color: 2126708.

HSL color Cylindrical-coordinate representation of color #747320: hue angle of 59.29º degrees, saturation: 0.57, 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 #747320 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 32 -
CMYK 0 0.01 0.72 0.55
HSL 59.29º 0.57% 0.29% -
HSV(B) 59.29º 0.72% 0.45% -
XYZ 13.59 16.08 3.75 -
YUV 105.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 116 115 32 0 0.01 0.72 0.55 59.29 0.57 0.29
Hex 74 73 20 0 1 48 37 3B 39 1D
Octal 164 163 40 0 1 110 67 73 71 35
Binary 1110100 1110011 100000 0 1 1001000 110111 111011 111001 11101

Color Harmonies of #747320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747320

Black with #747320

Text Example


Text Example

White with #747320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747320; }

 p { color: rgb(116,115,32); }

 H1.HeaderClassName
 {
   color: #747320;
 }
 .AnyTagClassName
 {
   color: #747320;
 }
</style>

background-color css

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

 a { background-color: rgb(116,115,32); }

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

border-color css

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

 span { border-color: rgb(116,115,32); }

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