Html Css Color HEX #716520 Olivetone

📋 copy color: '#716520'

red 113 ◦ green 101 ◦ blue 32

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

Shades of Olivetone #716520

Tints of Olivetone #716520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.06%

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

R = 45.93%
G = 41.06%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716520 (or 0x716520) is known color: Olivetone. HEX triplet: 71, 65 and 20. RGB value is (113,101,32). Sum of RGB (Red+Green+Blue) = 113+101+32=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716520 is #8E9ADF. Grayscale: #616161. Windows color (decimal): -9345760 or 2123121. OLE color: 2123121.

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

Color convert

RGB 113 101 32 -
CMYK 0 0.11 0.72 0.56
HSL 51.11º 0.56% 0.28% -
HSV(B) 51.11º 0.72% 0.44% -
XYZ 11.72 12.92 3.24 -
YUV 96.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 113 101 32 0 0.11 0.72 0.56 51.11 0.56 0.28
Hex 71 65 20 0 B 48 38 33 38 1C
Octal 161 145 40 0 13 110 70 63 70 34
Binary 1110001 1100101 100000 0 1011 1001000 111000 110011 111000 11100

Color Harmonies of #716520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716520

Black with #716520

Text Example


Text Example

White with #716520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716520; }

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

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

background-color css

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

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

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

border-color css

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

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

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