#827914

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

Shades of Olive #827914

Tints of Olive #827914

Color information

#827914 (or 0x827914) is unknown color: approx Olive. HEX triplet: 82, 79 and 14. RGB value is (130,121,20). Sum of RGB (Red+Green+Blue) = 130+121+20=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827914 is #7D86EB. Grayscale: #707070. Windows color (decimal): -8226540 or 1341826. OLE color: 1341826.

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

Color convert

RGB13012120-
CMYK00.070.850.49
HSL55.09º73.33%29.41%-
HSV(B)55.09º84.62%50.98%-
XYZ16.1718.473.37-
YUV112.1875.98140.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=47.97%
G=44.65%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301212000.070.850.4955.0973.3329.41
Hex82791407553137491d
Octal2021712407125616711135
Binary1000001011110011010001111010101110001110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827914; }

 p { color: rgb(130,121,20); }

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

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

 a { background-color: rgb(130,121,20); }

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

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

 span { border-color: rgb(130,121,20); }

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