Html Css Color HEX #837710 Olive

📋 copy color: '#837710'

red 131 ◦ green 119 ◦ blue 16

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

Shades of Olive #837710

Tints of Olive #837710

RGB

 RED value IS 131 (51.56% from 255) = 49.25%

 GREEN value IS 119 (46.88% from 255) = 44.74%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 49.25%
G = 44.74%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#837710 (or 0x837710) is known color: Olive. HEX triplet: 83, 77 and 10. RGB value is (131,119,16). Sum of RGB (Red+Green+Blue) = 131+119+16=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #837710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837710 is #7C88EF. Grayscale: #6F6F6F. Windows color (decimal): -8161520 or 1079171. OLE color: 1079171.

HSL color Cylindrical-coordinate representation of color #837710: hue angle of 53.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #837710 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 16 -
CMYK 0 0.09 0.88 0.49
HSL 53.74º 0.78% 0.29% -
HSV(B) 53.74º 0.88% 0.51% -
XYZ 16.05 18.06 3.13 -
YUV 110.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 131 119 16 0 0.09 0.88 0.49 53.74 0.78 0.29
Hex 83 77 10 0 9 58 31 36 4E 1D
Octal 203 167 20 0 11 130 61 66 116 35
Binary 10000011 1110111 10000 0 1001 1011000 110001 110110 1001110 11101

Color Harmonies of #837710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837710

Black with #837710

Text Example


Text Example

White with #837710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837710; }

 p { color: rgb(131,119,16); }

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

background-color css

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

 a { background-color: rgb(131,119,16); }

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

border-color css

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

 span { border-color: rgb(131,119,16); }

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