Html Css Color HEX #716420 Olivetone

📋 copy color: '#716420'

red 113 ◦ green 100 ◦ blue 32

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

Shades of Olivetone #716420

Tints of Olivetone #716420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

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

R = 46.12%
G = 40.82%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716420 (or 0x716420) is known color: Olivetone. HEX triplet: 71, 64 and 20. RGB value is (113,100,32). Sum of RGB (Red+Green+Blue) = 113+100+32=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716420 is #8E9BDF. Grayscale: #606060. Windows color (decimal): -9346016 or 2122865. OLE color: 2122865.

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

Color convert

RGB 113 100 32 -
CMYK 0 0.12 0.72 0.56
HSL 50.37º 0.56% 0.28% -
HSV(B) 50.37º 0.72% 0.44% -
XYZ 11.63 12.73 3.21 -
YUV 96.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 113 100 32 0 0.12 0.72 0.56 50.37 0.56 0.28
Hex 71 64 20 0 C 48 38 32 38 1C
Octal 161 144 40 0 14 110 70 62 70 34
Binary 1110001 1100100 100000 0 1100 1001000 111000 110010 111000 11100

Color Harmonies of #716420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716420

Black with #716420

Text Example


Text Example

White with #716420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716420; }

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

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

background-color css

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

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

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

border-color css

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

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

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