#827713

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

Shades of Olive #827713

Tints of Olive #827713

Color information

#827713 (or 0x827713) is unknown color: approx Olive. HEX triplet: 82, 77 and 13. RGB value is (130,119,19). Sum of RGB (Red+Green+Blue) = 130+119+19=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827713 is #7D88EC. Grayscale: #6F6F6F. Windows color (decimal): -8227053 or 1275778. OLE color: 1275778.

HSL color Cylindrical-coordinate representation of color #827713: hue angle of 54.05º degrees, saturation: 0.74, 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 #827713 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB13011919-
CMYK00.080.850.49
HSL54.05º74.5%29.22%-
HSV(B)54.05º85.38%50.98%-
XYZ15.9217.993.25-
YUV110.8976.14141.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 19 (7.81% from 255) = 7.09%
R=48.51%
G=44.40%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301191900.080.850.4954.0574.529.22
Hex827713085531364a1d
Octal20216723010125616611235
Binary10000010111011110011010001010101110001110110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827713; }

 p { color: rgb(130,119,19); }

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

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

 a { background-color: rgb(130,119,19); }

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

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

 span { border-color: rgb(130,119,19); }

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