#867826

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

Shades of Pesto #867826

Tints of Pesto #867826

Color information

#867826 (or 0x867826) is unknown color: approx Pesto. HEX triplet: 86, 78 and 26. RGB value is (134,120,38). Sum of RGB (Red+Green+Blue) = 134+120+38=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #867826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867826 is #7987D9. Grayscale: #737373. Windows color (decimal): -7964634 or 2521222. OLE color: 2521222.

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

Color convert

RGB13412038-
CMYK00.100.720.47
HSL51.25º55.81%33.73%-
HSV(B)51.25º71.64%52.55%-
XYZ16.918.644.54-
YUV114.8484.64141.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=45.89%
G=41.10%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341203800.100.720.4751.2555.8133.73
Hex8678260A482F333822
Octal2061704601211057637042
Binary100001101111000100110010101001000101111110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867826; }

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

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

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

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

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

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

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

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