#867A33

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

Shades of Pesto #867A33

Tints of Pesto #867A33

Color information

#867A33 (or 0x867A33) is unknown color: approx Pesto. HEX triplet: 86, 7A and 33. RGB value is (134,122,51). Sum of RGB (Red+Green+Blue) = 134+122+51=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #867A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A33 is #7985CC. Grayscale: #757575. Windows color (decimal): -7964109 or 3373702. OLE color: 3373702.

HSL color Cylindrical-coordinate representation of color #867A33: hue angle of 51.33º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #867A33 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13412251-
CMYK00.090.620.47
HSL51.33º44.86%36.27%-
HSV(B)51.33º61.94%52.55%-
XYZ17.3919.235.93-
YUV117.4990.48139.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=43.65%
G=39.74%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341225100.090.620.4751.3344.8636.27
Hex867A33093E2F332d24
Octal206172630117657635544
Binary10000110111101011001101001111110101111110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A33; }

 p { color: rgb(134,122,51); }

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

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

 a { background-color: rgb(134,122,51); }

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

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

 span { border-color: rgb(134,122,51); }

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