#867C27

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

Shades of Pesto #867C27

Tints of Pesto #867C27

Color information

#867C27 (or 0x867C27) is unknown color: approx Pesto. HEX triplet: 86, 7C and 27. RGB value is (134,124,39). Sum of RGB (Red+Green+Blue) = 134+124+39=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #867C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C27 is #7983D8. Grayscale: #757575. Windows color (decimal): -7963609 or 2587782. OLE color: 2587782.

HSL color Cylindrical-coordinate representation of color #867C27: hue angle of 53.68º 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 #867C27 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB13412439-
CMYK00.070.710.47
HSL53.68º54.91%33.92%-
HSV(B)53.68º70.9%52.55%-
XYZ17.4119.634.79-
YUV117.383.81139.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=45.12%
G=41.75%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341243900.070.710.4753.6854.9133.92
Hex867C2707472F363722
Octal206174470710757666742
Binary10000110111110010011101111000111101111110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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