Html Css Color HEX #746820 Olivetone

📋 copy color: '#746820'

red 116 ◦ green 104 ◦ blue 32

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

Shades of Olivetone #746820

Tints of Olivetone #746820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

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

R = 46.03%
G = 41.27%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746820 (or 0x746820) is known color: Olivetone. HEX triplet: 74, 68 and 20. RGB value is (116,104,32). Sum of RGB (Red+Green+Blue) = 116+104+32=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #746820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746820 is #8B97DF. Grayscale: #636363. Windows color (decimal): -9148384 or 2123892. OLE color: 2123892.

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

Color convert

RGB 116 104 32 -
CMYK 0 0.10 0.72 0.55
HSL 51.43º 0.57% 0.29% -
HSV(B) 51.43º 0.72% 0.45% -
XYZ 12.41 13.72 3.36 -
YUV 99.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 116 104 32 0 0.10 0.72 0.55 51.43 0.57 0.29
Hex 74 68 20 0 A 48 37 33 39 1D
Octal 164 150 40 0 12 110 67 63 71 35
Binary 1110100 1101000 100000 0 1010 1001000 110111 110011 111001 11101

Color Harmonies of #746820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746820

Black with #746820

Text Example


Text Example

White with #746820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746820; }

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

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

background-color css

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

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

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

border-color css

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

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

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