Html Css Color HEX #716821 Olivetone

📋 copy color: '#716821'

red 113 ◦ green 104 ◦ blue 33

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

Shades of Olivetone #716821

Tints of Olivetone #716821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 45.2%
G = 41.6%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#716821 (or 0x716821) is known color: Olivetone. HEX triplet: 71, 68 and 21. RGB value is (113,104,33). Sum of RGB (Red+Green+Blue) = 113+104+33=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716821 is #8E97DE. Grayscale: #626262. Windows color (decimal): -9344991 or 2189425. OLE color: 2189425.

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

Color convert

RGB 113 104 33 -
CMYK 0 0.08 0.71 0.56
HSL 53.25º 0.55% 0.29% -
HSV(B) 53.25º 0.71% 0.44% -
XYZ 12.03 13.52 3.41 -
YUV 98.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 113 104 33 0 0.08 0.71 0.56 53.25 0.55 0.29
Hex 71 68 21 0 8 47 38 35 37 1D
Octal 161 150 41 0 10 107 70 65 67 35
Binary 1110001 1101000 100001 0 1000 1000111 111000 110101 110111 11101

Color Harmonies of #716821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716821

Black with #716821

Text Example


Text Example

White with #716821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716821; }

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

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

background-color css

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

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

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

border-color css

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

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

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