#827811

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

Shades of Olive #827811

Tints of Olive #827811

Color information

#827811 (or 0x827811) is unknown color: approx Olive. HEX triplet: 82, 78 and 11. RGB value is (130,120,17). Sum of RGB (Red+Green+Blue) = 130+120+17=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #827811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827811 is #7D87EE. Grayscale: #6F6F6F. Windows color (decimal): -8226799 or 1144962. OLE color: 1144962.

HSL color Cylindrical-coordinate representation of color #827811: hue angle of 54.69º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #827811 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB13012017-
CMYK00.080.870.49
HSL54.69º76.87%28.82%-
HSV(B)54.69º86.92%50.98%-
XYZ16.0218.223.2-
YUV111.2574.81141.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=48.69%
G=44.94%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301201700.080.870.4954.6976.8728.82
Hex827811085731374d1d
Octal20217021010127616711535
Binary10000010111100010001010001010111110001110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827811; }

 p { color: rgb(130,120,17); }

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

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

 a { background-color: rgb(130,120,17); }

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

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

 span { border-color: rgb(130,120,17); }

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