#847208

Color #847208 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #847208

Tints of Olive #847208

Color information

#847208 (or 0x847208) is unknown color: approx Olive. HEX triplet: 84, 72 and 08. RGB value is (132,114,8). Sum of RGB (Red+Green+Blue) = 132+114+8=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #847208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847208 is #7B8DF7. Grayscale: #6B6B6B. Windows color (decimal): -8097272 or 553604. OLE color: 553604.

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

Color convert

RGB1321148-
CMYK00.140.940.48
HSL51.29º88.57%27.45%-
HSV(B)51.29º93.94%51.76%-
XYZ15.5816.962.68-
YUV107.371.96145.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 8 (3.52% from 255) = 3.15%
R=51.97%
G=44.88%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132114800.140.940.4851.2988.5727.45
Hex847280E5E3033591b
Octal20416210016136606313133
Binary1000010011100101000011101011110110000110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847208; }

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

 H1.HeaderClassName
 {
   color: #847208;
 }
 .AnyTagClassName
 {
   color: #847208;
 }
</style>
background-color css

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

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

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

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

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

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