#867626

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

Shades of Pesto #867626

Tints of Pesto #867626

Color information

#867626 (or 0x867626) is unknown color: approx Pesto. HEX triplet: 86, 76 and 26. RGB value is (134,118,38). Sum of RGB (Red+Green+Blue) = 134+118+38=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #867626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867626 is #7989D9. Grayscale: #727272. Windows color (decimal): -7965146 or 2520710. OLE color: 2520710.

HSL color Cylindrical-coordinate representation of color #867626: hue angle of 50º degrees, saturation: 0.56, 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 #867626 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB13411838-
CMYK00.120.720.47
HSL50º55.81%33.73%-
HSV(B)50º71.64%52.55%-
XYZ16.6618.174.46-
YUV113.6685.3142.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=46.21%
G=40.69%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341183800.120.720.475055.8133.73
Hex8676260C482F323822
Octal2061664601411057627042
Binary100001101110110100110011001001000101111110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867626; }

 p { color: rgb(134,118,38); }

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

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

 a { background-color: rgb(134,118,38); }

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

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

 span { border-color: rgb(134,118,38); }

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