Html Css Color HEX #887201 Olive

📋 copy color: '#887201'

red 136 ◦ green 114 ◦ blue 1

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

Shades of Olive #887201

Tints of Olive #887201

RGB

 RED value IS 136 (53.52% from 255) = 54.18%

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 54.18%
G = 45.42%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887201 (or 0x887201) is known color: Olive. HEX triplet: 88, 72 and 01. RGB value is (136,114,1). Sum of RGB (Red+Green+Blue) = 136+114+1=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #887201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887201 is #778DFE. Grayscale: #6C6C6C. Windows color (decimal): -7835135 or 94856. OLE color: 94856.

HSL color Cylindrical-coordinate representation of color #887201: hue angle of 50.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #887201 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 1 -
CMYK 0 0.16 0.99 0.47
HSL 50.22º 0.99% 0.27% -
HSV(B) 50.22º 0.99% 0.53% -
XYZ 16.18 17.27 2.51 -
YUV 107.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 136 114 1 0 0.16 0.99 0.47 50.22 0.99 0.27
Hex 88 72 1 0 10 63 2F 32 63 1B
Octal 210 162 1 0 20 143 57 62 143 33
Binary 10001000 1110010 1 0 10000 1100011 101111 110010 1100011 11011

Color Harmonies of #887201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887201

Black with #887201

Text Example


Text Example

White with #887201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887201; }

 p { color: rgb(136,114,1); }

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

background-color css

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

 a { background-color: rgb(136,114,1); }

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

border-color css

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

 span { border-color: rgb(136,114,1); }

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