Html Css Color HEX #837301 Olive

📋 copy color: '#837301'

red 131 ◦ green 115 ◦ blue 1

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

Shades of Olive #837301

Tints of Olive #837301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 53.04%
G = 46.56%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#837301 (or 0x837301) is known color: Olive. HEX triplet: 83, 73 and 01. RGB value is (131,115,1). Sum of RGB (Red+Green+Blue) = 131+115+1=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #837301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837301 is #7C8CFE. Grayscale: #6B6B6B. Windows color (decimal): -8162559 or 95107. OLE color: 95107.

HSL color Cylindrical-coordinate representation of color #837301: hue angle of 52.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #837301 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 1 -
CMYK 0 0.12 0.99 0.49
HSL 52.62º 0.98% 0.26% -
HSV(B) 52.62º 0.99% 0.51% -
XYZ 15.5 17.09 2.51 -
YUV 106.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 131 115 1 0 0.12 0.99 0.49 52.62 0.98 0.26
Hex 83 73 1 0 C 63 31 35 62 1A
Octal 203 163 1 0 14 143 61 65 142 32
Binary 10000011 1110011 1 0 1100 1100011 110001 110101 1100010 11010

Color Harmonies of #837301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837301

Black with #837301

Text Example


Text Example

White with #837301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837301; }

 p { color: rgb(131,115,1); }

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

background-color css

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

 a { background-color: rgb(131,115,1); }

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

border-color css

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

 span { border-color: rgb(131,115,1); }

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