#867A28

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

Shades of Pesto #867A28

Tints of Pesto #867A28

Color information

#867A28 (or 0x867A28) is unknown color: approx Pesto. HEX triplet: 86, 7A and 28. RGB value is (134,122,40). Sum of RGB (Red+Green+Blue) = 134+122+40=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #867A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A28 is #7985D7. Grayscale: #747474. Windows color (decimal): -7964120 or 2652806. OLE color: 2652806.

HSL color Cylindrical-coordinate representation of color #867A28: hue angle of 52.34º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #867A28 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13412240-
CMYK00.090.700.47
HSL52.34º54.02%34.12%-
HSV(B)52.34º70.15%52.55%-
XYZ17.1719.144.8-
YUV116.2484.98140.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=45.27%
G=41.22%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341224000.090.700.4752.3454.0234.12
Hex867A2809462F343622
Octal2061725001110657646642
Binary100001101111010101000010011000110101111110100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A28; }

 p { color: rgb(134,122,40); }

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

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

 a { background-color: rgb(134,122,40); }

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

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

 span { border-color: rgb(134,122,40); }

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