Html Css Color HEX #716825 Olivetone

📋 copy color: '#716825'

red 113 ◦ green 104 ◦ blue 37

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

Shades of Olivetone #716825

Tints of Olivetone #716825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 44.49%
G = 40.94%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#716825 (or 0x716825) is known color: Olivetone. HEX triplet: 71, 68 and 25. RGB value is (113,104,37). Sum of RGB (Red+Green+Blue) = 113+104+37=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #716825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716825 is #8E97DA. Grayscale: #636363. Windows color (decimal): -9344987 or 2451569. OLE color: 2451569.

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

Color convert

RGB 113 104 37 -
CMYK 0 0.08 0.67 0.56
HSL 52.89º 0.51% 0.29% -
HSV(B) 52.89º 0.67% 0.44% -
XYZ 12.09 13.54 3.73 -
YUV 99.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 113 104 37 0 0.08 0.67 0.56 52.89 0.51 0.29
Hex 71 68 25 0 8 43 38 35 33 1D
Octal 161 150 45 0 10 103 70 65 63 35
Binary 1110001 1101000 100101 0 1000 1000011 111000 110101 110011 11101

Color Harmonies of #716825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716825

Black with #716825

Text Example


Text Example

White with #716825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716825; }

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

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

background-color css

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

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

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

border-color css

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

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

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