#867831

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

Shades of Pesto #867831

Tints of Pesto #867831

Color information

#867831 (or 0x867831) is unknown color: approx Pesto. HEX triplet: 86, 78 and 31. RGB value is (134,120,49). Sum of RGB (Red+Green+Blue) = 134+120+49=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #867831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867831 is #7987CE. Grayscale: #747474. Windows color (decimal): -7964623 or 3242118. OLE color: 3242118.

HSL color Cylindrical-coordinate representation of color #867831: hue angle of 50.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #867831 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13412049-
CMYK00.100.630.47
HSL50.12º46.45%35.88%-
HSV(B)50.12º63.43%52.55%-
XYZ17.118.725.62-
YUV116.0990.14140.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=44.22%
G=39.60%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341204900.100.630.4750.1246.4535.88
Hex8678310A3F2F322e24
Octal206170610127757625644
Binary10000110111100011000101010111111101111110010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867831; }

 p { color: rgb(134,120,49); }

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

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

 a { background-color: rgb(134,120,49); }

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

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

 span { border-color: rgb(134,120,49); }

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