Html Css Color HEX #716820 Olivetone

📋 copy color: '#716820'

red 113 ◦ green 104 ◦ blue 32

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

Shades of Olivetone #716820

Tints of Olivetone #716820

RGB

 RED value IS 113 (44.53% from 255) = 45.38%

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

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

R = 45.38%
G = 41.77%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716820 (or 0x716820) is known color: Olivetone. HEX triplet: 71, 68 and 20. RGB value is (113,104,32). Sum of RGB (Red+Green+Blue) = 113+104+32=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716820 is #8E97DF. Grayscale: #626262. Windows color (decimal): -9344992 or 2123889. OLE color: 2123889.

HSL color Cylindrical-coordinate representation of color #716820: hue angle of 53.33º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #716820 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 32 -
CMYK 0 0.08 0.72 0.56
HSL 53.33º 0.56% 0.28% -
HSV(B) 53.33º 0.72% 0.44% -
XYZ 12.02 13.52 3.34 -
YUV 98.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 113 104 32 0 0.08 0.72 0.56 53.33 0.56 0.28
Hex 71 68 20 0 8 48 38 35 38 1C
Octal 161 150 40 0 10 110 70 65 70 34
Binary 1110001 1101000 100000 0 1000 1001000 111000 110101 111000 11100

Color Harmonies of #716820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716820

Black with #716820

Text Example


Text Example

White with #716820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716820; }

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

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

background-color css

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

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

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

border-color css

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

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

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