Html Css Color HEX #716728 Olivetone

📋 copy color: '#716728'

red 113 ◦ green 103 ◦ blue 40

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

Shades of Olivetone #716728

Tints of Olivetone #716728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 44.14%
G = 40.23%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716728 (or 0x716728) is known color: Olivetone. HEX triplet: 71, 67 and 28. RGB value is (113,103,40). Sum of RGB (Red+Green+Blue) = 113+103+40=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716728 is #8E98D7. Grayscale: #636363. Windows color (decimal): -9345240 or 2647921. OLE color: 2647921.

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

Color convert

RGB 113 103 40 -
CMYK 0 0.09 0.65 0.56
HSL 51.78º 0.48% 0.3% -
HSV(B) 51.78º 0.65% 0.44% -
XYZ 12.04 13.36 3.95 -
YUV 98.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 113 103 40 0 0.09 0.65 0.56 51.78 0.48 0.3
Hex 71 67 28 0 9 41 38 34 30 1E
Octal 161 147 50 0 11 101 70 64 60 36
Binary 1110001 1100111 101000 0 1001 1000001 111000 110100 110000 11110

Color Harmonies of #716728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716728

Black with #716728

Text Example


Text Example

White with #716728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716728; }

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

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

background-color css

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

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

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

border-color css

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

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

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