#867822

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

Shades of Pesto #867822

Tints of Pesto #867822

Color information

#867822 (or 0x867822) is unknown color: approx Pesto. HEX triplet: 86, 78 and 22. RGB value is (134,120,34). Sum of RGB (Red+Green+Blue) = 134+120+34=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #867822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867822 is #7987DD. Grayscale: #727272. Windows color (decimal): -7964638 or 2259078. OLE color: 2259078.

HSL color Cylindrical-coordinate representation of color #867822: hue angle of 51.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #867822 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13412034-
CMYK00.100.750.47
HSL51.6º59.52%32.94%-
HSV(B)51.6º74.63%52.55%-
XYZ16.8418.624.22-
YUV114.3882.64141.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 34 (13.67% from 255) = 11.81%
R=46.53%
G=41.67%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341203400.100.750.4751.659.5232.94
Hex8678220A4B2F343c21
Octal2061704201211357647441
Binary100001101111000100010010101001011101111110100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867822; }

 p { color: rgb(134,120,34); }

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

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

 a { background-color: rgb(134,120,34); }

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

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

 span { border-color: rgb(134,120,34); }

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