#867A25

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

Shades of Pesto #867A25

Tints of Pesto #867A25

Color information

#867A25 (or 0x867A25) is unknown color: approx Pesto. HEX triplet: 86, 7A and 25. RGB value is (134,122,37). Sum of RGB (Red+Green+Blue) = 134+122+37=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #867A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A25 is #7985DA. Grayscale: #747474. Windows color (decimal): -7964123 or 2456198. OLE color: 2456198.

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

Color convert

RGB13412237-
CMYK00.090.720.47
HSL52.58º56.73%33.53%-
HSV(B)52.58º72.39%52.55%-
XYZ17.1219.124.54-
YUV115.983.48140.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=45.73%
G=41.64%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341223700.090.720.4752.5856.7333.53
Hex867A2509482F353922
Octal2061724501111057657142
Binary100001101111010100101010011001000101111110101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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