#867C25

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

Shades of Pesto #867C25

Tints of Pesto #867C25

Color information

#867C25 (or 0x867C25) is unknown color: approx Pesto. HEX triplet: 86, 7C and 25. RGB value is (134,124,37). Sum of RGB (Red+Green+Blue) = 134+124+37=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #867C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C25 is #7983DA. Grayscale: #757575. Windows color (decimal): -7963611 or 2456710. OLE color: 2456710.

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

Color convert

RGB13412437-
CMYK00.070.720.47
HSL53.81º56.73%33.53%-
HSV(B)53.81º72.39%52.55%-
XYZ17.3719.624.62-
YUV117.0782.81140.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 37 (14.84% from 255) = 12.54%
R=45.42%
G=42.03%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341243700.070.720.4753.8156.7333.53
Hex867C2507482F363922
Octal206174450711057667142
Binary10000110111110010010101111001000101111110110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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