Html Css Color HEX #837101 Olive

📋 copy color: '#837101'

red 131 ◦ green 113 ◦ blue 1

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

Shades of Olive #837101

Tints of Olive #837101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 53.47%
G = 46.12%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#837101 (or 0x837101) is known color: Olive. HEX triplet: 83, 71 and 01. RGB value is (131,113,1). Sum of RGB (Red+Green+Blue) = 131+113+1=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #837101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837101 is #7C8EFE. Grayscale: #6A6A6A. Windows color (decimal): -8163071 or 94595. OLE color: 94595.

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

Color convert

RGB 131 113 1 -
CMYK 0 0.14 0.99 0.49
HSL 51.69º 0.98% 0.26% -
HSV(B) 51.69º 0.99% 0.51% -
XYZ 15.27 16.64 2.44 -
YUV 105.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 131 113 1 0 0.14 0.99 0.49 51.69 0.98 0.26
Hex 83 71 1 0 E 63 31 34 62 1A
Octal 203 161 1 0 16 143 61 64 142 32
Binary 10000011 1110001 1 0 1110 1100011 110001 110100 1100010 11010

Color Harmonies of #837101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837101

Black with #837101

Text Example


Text Example

White with #837101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837101; }

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

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

background-color css

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

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

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

border-color css

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

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

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