#867A1F

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

Shades of Pesto #867A1F

Tints of Pesto #867A1F

Color information

#867A1F (or 0x867A1F) is unknown color: approx Pesto. HEX triplet: 86, 7A and 1F. RGB value is (134,122,31). Sum of RGB (Red+Green+Blue) = 134+122+31=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #867A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A1F is #7985E0. Grayscale: #737373. Windows color (decimal): -7964129 or 2062982. OLE color: 2062982.

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

Color convert

RGB13412231-
CMYK00.090.770.47
HSL53.01º62.42%32.35%-
HSV(B)53.01º76.87%52.55%-
XYZ17.0419.094.08-
YUV115.2180.48141.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=46.69%
G=42.51%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341223100.090.770.4753.0162.4232.35
Hex867A1F094D2F353e20
Octal2061723701111557657640
Binary10000110111101011111010011001101101111110101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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