Html Css Color HEX #837810 Olive

📋 copy color: '#837810'

red 131 ◦ green 120 ◦ blue 16

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

Shades of Olive #837810

Tints of Olive #837810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.94%

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

R = 49.06%
G = 44.94%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#837810 (or 0x837810) is known color: Olive. HEX triplet: 83, 78 and 10. RGB value is (131,120,16). Sum of RGB (Red+Green+Blue) = 131+120+16=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #837810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837810 is #7C87EF. Grayscale: #6F6F6F. Windows color (decimal): -8161264 or 1079427. OLE color: 1079427.

HSL color Cylindrical-coordinate representation of color #837810: hue angle of 54.26º 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 #837810 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 120 16 -
CMYK 0 0.08 0.88 0.49
HSL 54.26º 0.78% 0.29% -
HSV(B) 54.26º 0.88% 0.51% -
XYZ 16.17 18.3 3.17 -
YUV 111.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 131 120 16 0 0.08 0.88 0.49 54.26 0.78 0.29
Hex 83 78 10 0 8 58 31 36 4E 1D
Octal 203 170 20 0 10 130 61 66 116 35
Binary 10000011 1111000 10000 0 1000 1011000 110001 110110 1001110 11101

Color Harmonies of #837810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837810

Black with #837810

Text Example


Text Example

White with #837810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837810; }

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

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

background-color css

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

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

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

border-color css

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

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

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