Html Css Color HEX #716418 Olivetone

📋 copy color: '#716418'

red 113 ◦ green 100 ◦ blue 24

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

Shades of Olivetone #716418

Tints of Olivetone #716418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 47.68%
G = 42.19%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#716418 (or 0x716418) is known color: Olivetone. HEX triplet: 71, 64 and 18. RGB value is (113,100,24). Sum of RGB (Red+Green+Blue) = 113+100+24=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716418 is #8E9BE7. Grayscale: #5F5F5F. Windows color (decimal): -9346024 or 1598577. OLE color: 1598577.

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

Color convert

RGB 113 100 24 -
CMYK 0 0.12 0.79 0.56
HSL 51.24º 0.65% 0.27% -
HSV(B) 51.24º 0.79% 0.44% -
XYZ 11.53 12.69 2.71 -
YUV 95.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 113 100 24 0 0.12 0.79 0.56 51.24 0.65 0.27
Hex 71 64 18 0 C 4F 38 33 41 1B
Octal 161 144 30 0 14 117 70 63 101 33
Binary 1110001 1100100 11000 0 1100 1001111 111000 110011 1000001 11011

Color Harmonies of #716418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716418

Black with #716418

Text Example


Text Example

White with #716418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716418; }

 p { color: rgb(113,100,24); }

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

background-color css

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

 a { background-color: rgb(113,100,24); }

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

border-color css

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

 span { border-color: rgb(113,100,24); }

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