Html Css Color HEX #716720 Olivetone

📋 copy color: '#716720'

red 113 ◦ green 103 ◦ blue 32

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

Shades of Olivetone #716720

Tints of Olivetone #716720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.53%

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

R = 45.56%
G = 41.53%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716720 (or 0x716720) is known color: Olivetone. HEX triplet: 71, 67 and 20. RGB value is (113,103,32). Sum of RGB (Red+Green+Blue) = 113+103+32=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716720 is #8E98DF. Grayscale: #626262. Windows color (decimal): -9345248 or 2123633. OLE color: 2123633.

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

Color convert

RGB 113 103 32 -
CMYK 0 0.09 0.72 0.56
HSL 52.59º 0.56% 0.28% -
HSV(B) 52.59º 0.72% 0.44% -
XYZ 11.92 13.32 3.31 -
YUV 97.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 113 103 32 0 0.09 0.72 0.56 52.59 0.56 0.28
Hex 71 67 20 0 9 48 38 35 38 1C
Octal 161 147 40 0 11 110 70 65 70 34
Binary 1110001 1100111 100000 0 1001 1001000 111000 110101 111000 11100

Color Harmonies of #716720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716720

Black with #716720

Text Example


Text Example

White with #716720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716720; }

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

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

background-color css

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

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

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

border-color css

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

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

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