#867933

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

Shades of Pesto #867933

Tints of Pesto #867933

Color information

#867933 (or 0x867933) is unknown color: approx Pesto. HEX triplet: 86, 79 and 33. RGB value is (134,121,51). Sum of RGB (Red+Green+Blue) = 134+121+51=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #867933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867933 is #7986CC. Grayscale: #757575. Windows color (decimal): -7964365 or 3373446. OLE color: 3373446.

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

Color convert

RGB13412151-
CMYK00.100.620.47
HSL50.6º44.86%36.27%-
HSV(B)50.6º61.94%52.55%-
XYZ17.2718.985.89-
YUV116.9190.81140.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=43.79%
G=39.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341215100.100.620.4750.644.8636.27
Hex8679330A3E2F332d24
Octal206171630127657635544
Binary10000110111100111001101010111110101111110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867933; }

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

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

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

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

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

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

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

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