#867B25

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

Shades of Pesto #867B25

Tints of Pesto #867B25

Color information

#867B25 (or 0x867B25) is unknown color: approx Pesto. HEX triplet: 86, 7B and 25. RGB value is (134,123,37). Sum of RGB (Red+Green+Blue) = 134+123+37=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #867B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B25 is #7984DA. Grayscale: #747474. Windows color (decimal): -7963867 or 2456454. OLE color: 2456454.

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

Color convert

RGB13412337-
CMYK00.080.720.47
HSL53.2º56.73%33.53%-
HSV(B)53.2º72.39%52.55%-
XYZ17.2519.374.58-
YUV116.4883.14140.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=45.58%
G=41.84%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341233700.080.720.4753.256.7333.53
Hex867B2508482F353922
Octal2061734501011057657142
Binary100001101111011100101010001001000101111110101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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