Html Css Color HEX #847201 Olive

📋 copy color: '#847201'

red 132 ◦ green 114 ◦ blue 1

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

Shades of Olive #847201

Tints of Olive #847201

RGB

 RED value IS 132 (51.95% from 255) = 53.44%

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

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

R = 53.44%
G = 46.15%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#847201 (or 0x847201) is known color: Olive. HEX triplet: 84, 72 and 01. RGB value is (132,114,1). Sum of RGB (Red+Green+Blue) = 132+114+1=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #847201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847201 is #7B8DFE. Grayscale: #6A6A6A. Windows color (decimal): -8097279 or 94852. OLE color: 94852.

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

Color convert

RGB 132 114 1 -
CMYK 0 0.14 0.99 0.48
HSL 51.76º 0.98% 0.26% -
HSV(B) 51.76º 0.99% 0.52% -
XYZ 15.54 16.94 2.48 -
YUV 106.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 132 114 1 0 0.14 0.99 0.48 51.76 0.98 0.26
Hex 84 72 1 0 E 63 30 34 62 1A
Octal 204 162 1 0 16 143 60 64 142 32
Binary 10000100 1110010 1 0 1110 1100011 110000 110100 1100010 11010

Color Harmonies of #847201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847201

Black with #847201

Text Example


Text Example

White with #847201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847201; }

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

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

background-color css

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

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

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

border-color css

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

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

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