Html Css Color HEX #716827 Olivetone

📋 copy color: '#716827'

red 113 ◦ green 104 ◦ blue 39

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

Shades of Olivetone #716827

Tints of Olivetone #716827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 44.14%
G = 40.63%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716827 (or 0x716827) is known color: Olivetone. HEX triplet: 71, 68 and 27. RGB value is (113,104,39). Sum of RGB (Red+Green+Blue) = 113+104+39=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716827 is #8E97D8. Grayscale: #636363. Windows color (decimal): -9344985 or 2582641. OLE color: 2582641.

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

Color convert

RGB 113 104 39 -
CMYK 0 0.08 0.65 0.56
HSL 52.7º 0.49% 0.3% -
HSV(B) 52.7º 0.65% 0.44% -
XYZ 12.13 13.56 3.9 -
YUV 99.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 113 104 39 0 0.08 0.65 0.56 52.7 0.49 0.3
Hex 71 68 27 0 8 41 38 35 31 1E
Octal 161 150 47 0 10 101 70 65 61 36
Binary 1110001 1101000 100111 0 1000 1000001 111000 110101 110001 11110

Color Harmonies of #716827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716827

Black with #716827

Text Example


Text Example

White with #716827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716827; }

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

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

background-color css

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

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

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

border-color css

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

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

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