#827409

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

Shades of Olive #827409

Tints of Olive #827409

Color information

#827409 (or 0x827409) is unknown color: approx Olive. HEX triplet: 82, 74 and 09. RGB value is (130,116,9). Sum of RGB (Red+Green+Blue) = 130+116+9=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #827409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827409 is #7D8BF6. Grayscale: #6C6C6C. Windows color (decimal): -8227831 or 619650. OLE color: 619650.

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

Color convert

RGB1301169-
CMYK00.110.930.49
HSL53.06º87.05%27.25%-
HSV(B)53.06º93.08%50.98%-
XYZ15.517.262.77-
YUV107.9972.14143.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 9 (3.91% from 255) = 3.53%
R=50.98%
G=45.49%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130116900.110.930.4953.0687.0527.25
Hex827490B5D3135571b
Octal20216411013135616512733
Binary1000001011101001001010111011101110001110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827409; }

 p { color: rgb(130,116,9); }

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

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

 a { background-color: rgb(130,116,9); }

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

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

 span { border-color: rgb(130,116,9); }

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