#887A26

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

Shades of Pesto #887A26

Tints of Pesto #887A26

Color information

#887A26 (or 0x887A26) is unknown color: approx Pesto. HEX triplet: 88, 7A and 26. RGB value is (136,122,38). Sum of RGB (Red+Green+Blue) = 136+122+38=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #887A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A26 is #7785D9. Grayscale: #747474. Windows color (decimal): -7833050 or 2521736. OLE color: 2521736.

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

Color convert

RGB13612238-
CMYK00.100.720.47
HSL51.43º56.32%34.12%-
HSV(B)51.43º72.06%53.33%-
XYZ17.4619.294.64-
YUV116.6183.64141.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=45.95%
G=41.22%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361223800.100.720.4751.4356.3234.12
Hex887A260A482F333822
Octal2101724601211057637042
Binary100010001111010100110010101001000101111110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A26; }

 p { color: rgb(136,122,38); }

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

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

 a { background-color: rgb(136,122,38); }

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

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

 span { border-color: rgb(136,122,38); }

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