#86792A

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

Shades of Pesto #86792A

Tints of Pesto #86792A

Color information

#86792A (or 0x86792A) is unknown color: approx Pesto. HEX triplet: 86, 79 and 2A. RGB value is (134,121,42). Sum of RGB (Red+Green+Blue) = 134+121+42=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86792A is #7986D5. Grayscale: #747474. Windows color (decimal): -7964374 or 2783622. OLE color: 2783622.

HSL color Cylindrical-coordinate representation of color #86792A: hue angle of 51.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86792A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13412142-
CMYK00.100.690.47
HSL51.52º52.27%34.51%-
HSV(B)51.52º68.66%52.55%-
XYZ17.0918.914.94-
YUV115.8886.31140.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=45.12%
G=40.74%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341214200.100.690.4751.5252.2734.51
Hex86792A0A452F343423
Octal2061715201210557646443
Binary100001101111001101010010101000101101111110100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86792A; }

 p { color: rgb(134,121,42); }

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

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

 a { background-color: rgb(134,121,42); }

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

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

 span { border-color: rgb(134,121,42); }

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