#887A1F

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

Shades of Pesto #887A1F

Tints of Pesto #887A1F

Color information

#887A1F (or 0x887A1F) is unknown color: approx Pesto. HEX triplet: 88, 7A and 1F. RGB value is (136,122,31). Sum of RGB (Red+Green+Blue) = 136+122+31=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #887A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A1F is #7785E0. Grayscale: #747474. Windows color (decimal): -7833057 or 2062984. OLE color: 2062984.

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

Color convert

RGB13612231-
CMYK00.100.770.47
HSL52º62.87%32.75%-
HSV(B)52º77.21%53.33%-
XYZ17.3619.254.1-
YUV115.8180.14142.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=47.06%
G=42.21%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361223100.100.770.475262.8732.75
Hex887A1F0A4D2F343f21
Octal2101723701211557647741
Binary10001000111101011111010101001101101111110100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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