#867A27

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

Shades of Pesto #867A27

Tints of Pesto #867A27

Color information

#867A27 (or 0x867A27) is unknown color: approx Pesto. HEX triplet: 86, 7A and 27. RGB value is (134,122,39). Sum of RGB (Red+Green+Blue) = 134+122+39=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #867A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A27 is #7985D8. Grayscale: #747474. Windows color (decimal): -7964121 or 2587270. OLE color: 2587270.

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

Color convert

RGB13412239-
CMYK00.090.710.47
HSL52.42º54.91%33.92%-
HSV(B)52.42º70.9%52.55%-
XYZ17.1619.134.71-
YUV116.1384.48140.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=45.42%
G=41.36%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341223900.090.710.4752.4254.9133.92
Hex867A2709472F343722
Octal2061724701110757646742
Binary100001101111010100111010011000111101111110100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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