Html Css Color HEX #836801 Olive

📋 copy color: '#836801'

red 131 ◦ green 104 ◦ blue 1

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

Shades of Olive #836801

Tints of Olive #836801

RGB

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

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

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

R = 55.51%
G = 44.07%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#836801 (or 0x836801) is known color: Olive. HEX triplet: 83, 68 and 01. RGB value is (131,104,1). Sum of RGB (Red+Green+Blue) = 131+104+1=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #836801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836801 is #7C97FE. Grayscale: #646464. Windows color (decimal): -8165375 or 92291. OLE color: 92291.

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

Color convert

RGB 131 104 1 -
CMYK 0 0.21 0.99 0.49
HSL 47.54º 0.98% 0.26% -
HSV(B) 47.54º 0.99% 0.51% -
XYZ 14.32 14.73 2.12 -
YUV 100.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 131 104 1 0 0.21 0.99 0.49 47.54 0.98 0.26
Hex 83 68 1 0 15 63 31 30 62 1A
Octal 203 150 1 0 25 143 61 60 142 32
Binary 10000011 1101000 1 0 10101 1100011 110001 110000 1100010 11010

Color Harmonies of #836801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836801

Black with #836801

Text Example


Text Example

White with #836801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836801; }

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

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

background-color css

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

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

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

border-color css

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

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

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